Show
Ignore:
Timestamp:
05/12/08 05:14:13 (6 months ago)
Author:
dante
Message:

refs #6664 - i knew the delayed parsing in the nihilo / soria case would break something. the jist is:
when using nihilo / soria, parsing is stalled by 120ms, though it may not have to be. This doesn't affect
tundra at all, as no magic is happening there.
fixes #6732

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/image/tests/test_Gallery.html

    r13665 r13694  
    5050                                count: 20 
    5151                        }; 
    52                         dijit.byId('gallery1').setDataStore(flickrRestStore, req); 
     52                        setTimeout(function(){ 
     53                                dijit.byId('gallery1').setDataStore(flickrRestStore, req);                               
     54                        },250); 
    5355/* 
    5456                        dijit.byId('gallery2').setDataStore(imageItemStore,{ count:20 },{