#1172 closed defect (fixed)
extra comma in src/validate/__package__.js causes IE problems
Reported by: | guest | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Loader | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The list with a terminal comma here:
http://trac.dojotoolkit.org/browser/trunk/src/validate/__package__.js#L9
causes problems in MSIE because MSIE does not like lists that have commas with no value before the closing bracket or brace.
Change History (3)
comment:1 Changed 14 years ago by
Component: | General → PackageSystem |
---|---|
Milestone: | → 0.4 |
Owner: | changed from anonymous to dylan |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
thanks for the catch, fixed in [4970]