Bug Tracker

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#740 closed bug (fixed)

core using $ instead of jQuery

Reported by: [email protected] Owned by:
Priority: major Milestone:
Component: core Version: 1.0
Keywords: Cc:
Blocked by: Blocking:

Description

On line 1000 of the uncomressed jquery:

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

Should be:

data = jQuery.merge([], data
[]);

This version: jQuery 1.0.4 - New Wave Javascript

*

  • Copyright (c) 2006 John Resig (jquery.com)
  • Dual licensed under the MIT (MIT-LICENSE.txt)
  • and GPL (GPL-LICENSE.txt) licenses. *
  • $Date: 2006-12-12 15:33:10 -0500 (Tue, 12 Dec 2006) $
  • $Rev: 696 $

Change History (2)

comment:1 Changed 16 years ago by aaron.heimli

I think this was fixed a while ago in SVN, though I couldn't tell you when exactly. It's gone in [source:trunk/jquery/src/jquery/jquery.js the latest revision of the core].

comment:2 Changed 16 years ago by joern

Resolution: fixed
Status: newclosed

Fixed in SVN.

Note: See TracTickets for help on using tickets.