提交 a27ab13b 编写于 作者: O Ovilia

fix: da1b75e4754bd3e42c8b3d678ad0d2e45ef022b3

上级 4da347c9
......@@ -99,12 +99,12 @@ var ACTION_REG = /^[a-zA-Z0-9_]+$/;
function createRegisterEventWithLowercaseName(method, ignoreDisposed) {
if (!ignoreDisposed && this._disposed) {
disposedWarning(this.id);
return;
}
return function (eventName, handler, context) {
if (!ignoreDisposed && this._disposed) {
disposedWarning(this.id);
return;
}
// Event name is all lowercase
eventName = eventName && eventName.toLowerCase();
Eventful.prototype[method].call(this, eventName, handler, context);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册