Globals.js 182 Bytes
//全局类

window.APP_VERSION="";
window.FISRST_IN=true;

window.testJsLog=function(strDesc,isTrue){
    cc.log(strDesc+"/////////////////////////Globals---->testJsLog"+isTrue);
}