Skip to main content

Bug Tracker

Side navigation

#741 closed bug (duplicate)

Opened December 26, 2006 06:46PM UTC

Closed December 28, 2006 12:24PM UTC

jQuery uses $. instead of jQuery object

Reported by: anonymous Owned by:
Priority: major Milestone:
Component: core Version:
Keywords: Cc:
Blocked by: Blocking:
Description

In latest (1.04):

data = $.merge([], data || []);

The src is supposed to not rely on the $ shortcut, so that jQuery can be compatabile with other JS (ie Prototype)

Attachments (0)
Change History (2)

Changed December 26, 2006 11:13PM UTC by aaron.heimli comment:1

see #740

Changed December 28, 2006 12:24PM UTC by joern comment:2

resolution: → duplicate
status: newclosed

Fixed in SVN.