Changeset 9512
- Timestamp:
- 07/06/07 06:18:52 (18 months ago)
- Files:
-
- 1 modified
-
dojox/trunk/off/_common.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/off/_common.js
r9510 r9512 334 334 // this method is part of our _onLoad series of startup tasks 335 335 336 if(this.enabled){ 336 if(!this.hasOfflineCache){ 337 this.onLoad(); 338 }else if(this.enabled){ 337 339 // kick off a thread to check network status on 338 340 // a regular basis