Opened 11 years ago
Closed 11 years ago
#13156 closed defect (fixed)
scrollable.js does not work standalone
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.1 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
scrollable.js should work even without dojo, but some of the code at the bottom is located outside the scope of dojox.mobile.scrollable, and thus it doesn't work without dojo.
Note: See
TracTickets for help on using
tickets.
(In [25340]) Fixes #13156 !strict Moved the code at the bottom inside dojox.mobile.scrollable, and added "standaloneScrollable" pragma, which needs to be enabled when scrollable.js is used without dojo.