//>>built define(["dijit","dojo","dojox"],function(_1,_2,_3){ _2.provide("dojox.storage.manager"); _3.storage.manager=new function(){ this.currentProvider=null; this.available=false; this.providers=[]; this._initialized=false; this._onLoadListeners=[]; this.initialize=function(){ this.autodetect(); }; this.register=function(_4,_5){ this.providers.push(_5); this.providers[_4]=_5; }; this.setProvider=function(_6){ }; this.autodetect=function(){ if(this._initialized){ return; } var _7=_2.config["forceStorageProvider"]||false; var _8; for(var i=0;i