#15436 closed defect (fixed)
remove dojo stub code from scrollable.js
Reported by: | bill | Owned by: | Eric Wang |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | DojoX App | Version: | 1.7.2 |
Keywords: | Cc: | cjolif | |
Blocked By: | Blocking: |
Description (last modified by )
The scrollable.js file in dojox/app which is 95% copied from dojox/mobile should be updated to remove the dojo stub code (same as the original file was updated).
I also suggest the modifications in #15438.
(Of course, better than either of these would be to get rid of the duplicated file. Maybe we could move the dojox/mobile file to dijit if that would help.
Change History (4)
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
comment:2 Changed 9 years ago by
Cc: | cjolif added |
---|---|
Description: | modified (diff) |
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The stub code has been removed for 1.8. Removing the duplication is part of our plans for next release. This not just as easy as sharing the file as some amount of code has been changed and so there is some refactoring needed.
Note: See
TracTickets for help on using
tickets.
Marking for 1.8 since this code will confuse the AMD doc parser.