#740 closed bug (fixed)
core using $ instead of jQuery
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
On line 1000 of the uncomressed jquery:
[]); |
Should be:
[]); |
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 $
Note: See
TracTickets for help on using
tickets.
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].