www.gusucode.com > pmp 游戏微信朋友圈小游戏源码程序 > pmp/js/egret_require.58112.js

    egret_h5={};egret_h5.prefix="";egret_h5.loadScript=function(b,d){var a=0;var c=function(){egret_h5.loadSingleScript(egret_h5.prefix+b[a],function(){a++;if(a>=b.length){d()}else{c()}})};c()};egret_h5.loadSingleScript=function(b,c){var a=document.createElement("script");if(a.hasOwnProperty("async")){a.async=false}a.src=b;a.addEventListener("load",function(){this.removeEventListener("load",arguments.callee,false);c()},false);document.body.appendChild(a)};egret_h5.preloadScript=function(b,a){if(!egret_h5.preloadList){egret_h5.preloadList=[]}egret_h5.preloadList=egret_h5.preloadList.concat(b.map(function(c){return a+c}))};egret_h5.startLoading=function(){var a=egret_h5.preloadList;egret_h5.loadScript(a,egret_h5.startGame)};