Skip to main content

Bug Tracker

Side navigation

#740 closed bug (fixed)

Opened December 25, 2006 06:10PM UTC

Closed December 28, 2006 12:24PM UTC

Last modified June 20, 2007 02:23AM UTC

core using $ instead of jQuery

Reported by: stevenbristol@gmail. 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 $
Attachments (0)
Change History (2)

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

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].

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

resolution: → fixed
status: newclosed

Fixed in SVN.