a:7:{s:9:"#provides";s:4:"dojo";s:9:"#resource";s:29:"_base/_loader/loader_debug.js";s:12:"dojo.provide";a:5:{s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:12:"resourceName";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:607:" var dbgQueue = dojo["_xdDebugQueue"]; if(dbgQueue && dbgQueue.length > 0 && resourceName == dbgQueue["currentResourceName"]){ //Set a timeout so the module can be executed into existence. Normally the //dojo.provide call in a module is the first line. Don't want to risk attaching //another script tag until the current one finishes executing. if(dojo.isAIR){ window.setTimeout(function(){dojo._xdDebugFileLoaded(resourceName);}, 1); }else{ window.setTimeout(dojo._scopeName + "._xdDebugFileLoaded('" + resourceName + "')", 1); } } return dojo.nonDebugProvide.apply(dojo, arguments);";s:6:"chains";a:1:{s:4:"call";a:1:{i:0;s:20:"dojo.nonDebugProvide";}}s:7:"summary";s:0:"";}s:23:"dojo._xdDebugFileLoaded";a:5:{s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:12:"resourceName";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:1464:" if(!this._xdDebugScopeChecked){ //If using a scoped dojo, we need to expose dojo as a real global //for the debugAtAllCosts stuff to work. if(dojo._scopeName != "dojo"){ window.dojo = window[dojo.config.scopeMap[0][1]]; window.dijit = window[dojo.config.scopeMap[1][1]]; window.dojox = window[dojo.config.scopeMap[2][1]]; } this._xdDebugScopeChecked = true; } var dbgQueue = this._xdDebugQueue; if(resourceName && resourceName == dbgQueue.currentResourceName){ dbgQueue.shift(); } if(dbgQueue.length == 0){ //Check for more modules that need debug loading. //dojo._xdWatchInFlight will add more things to the debug //queue if they just recently loaded but it was not detected //between the dojo._xdWatchInFlight intervals. dojo._xdWatchInFlight(); } if(dbgQueue.length == 0){ dbgQueue.currentResourceName = null; //Make sure nothing else is in flight. //If something is still in flight, then it still //needs to be added to debug queue after it loads. for(var param in this._xdInFlight){ if(this._xdInFlight[param] === true){ return; } } this._xdNotifyLoaded(); }else{ if(resourceName == dbgQueue.currentResourceName){ dbgQueue.currentResourceName = dbgQueue[0].resourceName; var element = document.createElement("script"); element.type = "text/javascript"; element.src = dbgQueue[0].resourcePath; document.getElementsByTagName("head")[0].appendChild(element); } }";s:7:"private";b:1;s:7:"summary";s:0:"";}s:44:"dojo._xdDebugFileLoaded._xdDebugScopeChecked";a:4:{s:8:"instance";s:23:"dojo._xdDebugFileLoaded";s:7:"private";b:1;s:14:"private_parent";b:1;s:7:"summary";s:0:"";}s:20:"dojo.nonDebugProvide";a:1:{s:7:"summary";s:0:"";}s:4:"dojo";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}}