如果命名空间首字母大写,发布出来的js就是这样:
AnnieRoot.View=AnnieRoot.View||{};
View.View=function(){
var s = this;
annie.Sprite.call(s);
/*_a2x_need_start*//*_a2x_need_end*/
annie.initRes(s,"View","View");
};
A2xExtend(View.View,annie.Sprite);
两个大写的View在packToOne的时候,有可能引起命名的冲突。我有一个项目就报错了:
Uncaught DOMException: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!