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