Changeset 8879 for branches/dot_experiment
- Timestamp:
- 06/02/07 12:15:43 (18 months ago)
- Location:
- branches/dot_experiment
- Files:
-
- 3 modified
-
demos/offline/moxie/editor.html (modified) (1 diff)
-
src/off.js (modified) (2 diffs)
-
src/off/ui.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dot_experiment/demos/offline/moxie/editor.html
r8870 r8879 10 10 var djConfig = 11 11 { 12 isDebug: true,12 isDebug: false, 13 13 baseRelativePath: "../../../", 14 14 parseWidgets: false, -
branches/dot_experiment/src/off.js
r8875 r8879 184 184 // Causes the Dojo Offline framework to load its configuration data 185 185 // from local storage 186 //dojo.sync.load(finishedCallback);186 dojo.sync.load(finishedCallback); 187 187 }, 188 188 … … 332 332 // this method is part of our _onLoad series of startup tasks 333 333 dojo.debug("hasOfflineCache="+this.hasOfflineCache); 334 dojo.debug("coreOperationFailed="+this.coreOperationFailed); 335 dojo.debug("enabled="+this.enabled); 334 336 335 337 // if we have an offline cache, see if we have been added to the -
branches/dot_experiment/src/off/ui.js
r8875 r8879 170 170 // 1 second 171 171 if(dojo.sync.autoSync == true){ 172 //window.setTimeout(dojo.lang.hitch(dojo.sync, dojo.sync.synchronize), 1000);172 window.setTimeout(dojo.lang.hitch(dojo.sync, dojo.sync.synchronize), 1000); 173 173 } 174 174 },