Opened 10 years ago
Closed 8 years ago
#13176 closed defect (fixed)
meaningless code in AlertDialog
Reported by: | bill | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | DojoX Mobile | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Presumably you wanted =, not -, in this code, but change needs to be tested:
while(!dijit.byNode(node)){ node - node.parentNode; }
Change History (3)
comment:1 Changed 10 years ago by
Owner: | changed from ykami to Shane O'Sullivan |
---|
comment:2 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Owner: | changed from Shane O'Sullivan to dylan |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
This is old, pre-AMD style code.
That said, this typo is embarrassing and should have been fixed years ago, so I'm going to fix it.