Opened 14 years ago
Closed 14 years ago
#3029 closed defect (fixed)
0.9: Remove extraneous return in dojox.data.dom
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
0.9: Remove extraneous return in dojox.data.dom
In one of the if blocks there are two returns. The latter is extraneous and should be removed.
In reality, the whole function needs to be reworked (and will be), I just wanted ot get this cleaned up now before the rework starts with applying the comments from Rob Koberg.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | dojox.data.dom_20070515.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in changeset: 8631
Note: See
TracTickets for help on using
tickets.
Minor dom patch.