Skip to content

Commit

Permalink
fix: 解决dataTable的off操作无法清除之前绑定的事件的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYueKai committed May 23, 2017
1 parent 2ee566f commit 6a8bf1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events.js
Expand Up @@ -88,6 +88,7 @@ const off = function(name, callback) {
} }
} }
} }
this._events[name] = cbs;
return this; return this;
} }


Expand Down

0 comments on commit 6a8bf1f

Please sign in to comment.