Changes between Initial Version and Version 1 of Ticket #15360
- Timestamp:
- May 15, 2012, 9:21:03 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15360
- Property Owner changed from ykami to Eric Durocher
-
Property
Status
changed from
new
toassigned
-
Ticket #15360 – Description
initial v1 12 12 }}} 13 13 14 [1]defines the 'dojo' and 'dojox' parameters within the ctor closure where the scrollable methods are defined.14 (1) defines the 'dojo' and 'dojox' parameters within the ctor closure where the scrollable methods are defined. 15 15 _runSlideAnimation references these variables ('dojo' and 'dojox') to check whether dojo.fx has been required for non-webkit browser: 16 16 {{{ … … 22 22 }}} 23 23 24 [2]defines a conditional code block to include at build time if the 'standaloneScrollable' property is defined. The purpose of this property is to support standalone use cases.24 (2) defines a conditional code block to include at build time if the 'standaloneScrollable' property is defined. The purpose of this property is to support standalone use cases. 25 25 26 26 The problem appears when