Opened 12 years ago
Closed 12 years ago
#8177 closed defect (fixed)
PlottedDnd sets spurious var
Reported by: | dylan | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dojox | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Line 182 of dojox/layout/dnd/PlottedDnd.js:
dragRestriction = true;
This var is undeclared, and not used anywhere, so you're likely not setting what you want here.
Note: See
TracTickets for help on using
tickets.
fixed in [15920]