Changeset 13694 for dojox/trunk/image/tests/test_SlideShow.html
- Timestamp:
- 05/12/08 05:14:13 (6 months ago)
- Files:
-
- 1 modified
-
dojox/trunk/image/tests/test_SlideShow.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/image/tests/test_SlideShow.html
r13665 r13694 14 14 15 15 <!-- required: dojo.js --> 16 <script type="text/javascript" src="../../../dojo/dojo.js" djConfig="isDebug:true, parseOnLoad: true"></script>16 <script type="text/javascript" src="../../../dojo/dojo.js" djConfig="isDebug:true, parseOnLoad: false"></script> 17 17 18 18 <!-- do not use! only for testing dynamic themes --> … … 32 32 dojo.addOnLoad(function(){ 33 33 //Initialize the first SlideShow with an ItemFileReadStore 34 dojo.parser.parse( dojo.body());34 dojo.parser.parse(); 35 35 dijit.byId('slideshow1').setDataStore(imageItemStore, 36 36 { query: {}, count:20 },