#1184 closed bug (invalid)
bug in latest revision
Reported by: | alexpilson | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | build | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This throws an error in PC IE 6 as well as using FireBug on Mac, you can see the error pops up in the console.
SVN details from the source:
- $Date: 2007-05-13 13:59:38 -0400 (Sun, 13 May 2007) $
- $Rev: 1897 $
(new jQuery(document))[jQuery.fn.ready ? "ready" : "load"] is not a function init(function(), undefined)jquery-latest.js (line 159) jQuery(function(), undefined)jquery-latest.js (line 30) jQuery(function(), undefined)jquery-latest.js (line 28) [Break on this error] return new jQuery(document)[ jQuery.fn.ready ? "ready" : "load" ]( a );
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
need: | Patch → Review |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Cool, glad it fixed itself!
Note: See
TracTickets for help on using
tickets.
I believe I may have made an error in posting this. I downloaded the nightly build just now and it worked fine. May have been some quirky issue of my downloading from SVN yesterday.