#4492 closed bug (fixed)
Slider code doesn't pack, due to missing semicolons
Reported by: | spadgos | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.7.2 |
Component: | ui.slider | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Some missing semicolons at the end of lines means the code fails after being packed by a tool similar to Dean Edwards's JSPacker.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | ui.slider.js.patch added |
---|
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.7.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in r2503.
comment:2 Changed 14 years ago by
Milestone: | 1.7.2 → 1.8 |
---|
comment:3 Changed 14 years ago by
Milestone: | 1.8 → 1.7.2 |
---|
Note: See
TracTickets for help on using
tickets.
Patch file. Only difference is adding semicolons on lines 308,309,364,365,376 and 377