Bug Tracker

Ticket #1473 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Extra comma - line #694 - jquery 1.1.3.1.js source

Reported by: mkidder Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.1.4 Component: core
Version: 1.1.3 Keywords:
Cc: Needs: Review

Description

John,

There is a “comma” at the end of line #694, shouldn’t this be a semi-colon? It’s not part of an object literal, and may cause problems with IE6. We know how it loves extra commas.

jQuery.styleFloat = jQuery.browser.msie ? “styleFloat” : “cssFloat”,

Attachments

Change History

Changed 1 year ago by john

  • status changed from new to closed
  • resolution set to fixed

Fixed in SVN.

Note: See TracTickets for help on using tickets.