Opened 14 years ago
Closed 14 years ago
#3087 closed defect (fixed)
Switch DnD over to use dojo.*class functions now that they're available
Reported by: | Ben Lowery | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Now that we have the dojo.hasClass / addClass / removeClass functions in base, we should use those instead of the RegExp?'s all over the code.
Note: See
TracTickets for help on using
tickets.
(In [8681]) switch to _base class functions. fixes #3087