[]EventDispatcher.hasListener问题

var e:EventDispatcher = new EventDispatcher();
e.on("test", this, this.test1);
e.on("test", this, this.test2);

e.off("test", this, this.test1);
e.off("test", this, this.test2);
console.log(e.hasListener("test"));
----------------------------------------
输出:true
 
已邀请:

Laya_XS

赞同来自:

目前看hasListener的接口判断存在问题,后面会修复这个问题,谢谢反馈问题

要回复问题请先

商务合作
商务合作