摘要:
1.ExceptionsManager.js:63 One of the sources for assign has an enumerable key on the prototype chain. Are you trying to assign a prototype property? W 阅读全文
摘要:
var EventsListener=function(){ var uniqid=-1,obj={}; //添加监听 var listen=function(key,fn){ obj[key]?'':obj[key]=[]; var tagid=(++uniqid).toString(); obj[key].push({ ... 阅读全文