#8658 closed defect (fixed)
[patch] dojox.dtl jslint verification warnings and errors
Reported by: | ttilley | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX DTL | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
While debugging another issue, I found a fair number of jslint validation problems in dojox.dtl. I figure it can't hurt to fix them all. Most have to do with missing semicolons, some are silly "missing radix operator" for parseInt, some are for using == type comparisons instead of === type comparisons, some are for syntactical oddities of the language (like using blah && statement; instead of if(blah){statement;}).
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | dojox-dtl-validation-warnings.diff added |
---|
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.3 |
---|
batch move of tickets marked 'tbd' fixed in the 1.3 timeframe
Note: See
TracTickets for help on using
tickets.
patch to fix most jslint warnings+errors in dojox.dtl