Side navigation
#1473 closed bug (fixed)
Opened August 07, 2007 09:24PM UTC
Closed August 09, 2007 11:18PM UTC
Extra comma - line #694 - jquery 1.1.3.1.js source
Reported by: | mkidder | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | core | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (0)
Change History (1)
Changed August 09, 2007 11:18PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in SVN.