大林 Laya消息机制中offAllCaller自身逻辑错误:(涵盖版本:所有) laya.core.js:1001行 offAllCaller函数: 在调用this.off(name,caller,null);时 listener传入参数为空。 laya.core.js:951行 off函数的实现方法中: if (listener !=null){ 直接就return,完全无法移除监听。即 offAllCaller完全没用!!!!