Changeset 7076
- Timestamp:
- 01/24/07 14:49:00 (22 months ago)
- Files:
-
- 1 modified
-
trunk/src/loader_xd.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/loader_xd.js
r6990 r7076 2 2 3 3 //FIXME: How will xd loading work with debugAtAllCosts? Any bad interactions? 4 //FIXME: widgets won't work fully (HTML/CSS) and also because of the requireIf() thing.5 4 6 5 dojo.hostenv.resetXd = function(){ … … 445 444 446 445 //Make sure we haven't waited timed out. 447 var waitInterval = (djConfig.xdWaitSeconds || 30) * 1000;446 var waitInterval = (djConfig.xdWaitSeconds || 15) * 1000; 448 447 449 448 if(this.xdStartTime + waitInterval < (new Date()).getTime()){