Side navigation
#1184 closed bug (invalid)
Opened May 14, 2007 01:06PM UTC
Closed May 14, 2007 08:06PM UTC
Last modified June 21, 2007 04:15AM UTC
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 );
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.