this._storageLoaded = true;
// were we able to initialize storage? if// not, then this is a core operation, and// let's indicate we will need to fail fastif(!dojox.storage.manager.isAvailable()&& dojox.storage.manager.isInitialized()){this.coreOpFailed = true;
this.enabled = false;
}if(this._pageLoaded &&this._initializeCalled){this._onLoad();
}