Bug Tracker

Ticket #1184 (closed bug: invalid)

Opened 2 years ago

Last modified 2 years ago

bug in latest revision

Reported by: alexpilson Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.1.3 Component: build
Version: 1.1.2 Keywords:
Cc: Needs: Review

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 );

Attachments

Change History

Changed 2 years ago by alexpilson

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.

Changed 2 years ago by john

  • need changed from Patch to Review
  • status changed from new to closed
  • resolution set to invalid

Cool, glad it fixed itself!

Note: See TracTickets for help on using tickets.