From 6a8bf1fa37045c44db6b40393499a288fc3c6488 Mon Sep 17 00:00:00 2001 From: LiuYueKai Date: Tue, 23 May 2017 09:47:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3dataTable=E7=9A=84off?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=97=A0=E6=B3=95=E6=B8=85=E9=99=A4=E4=B9=8B?= =?UTF-8?q?=E5=89=8D=E7=BB=91=E5=AE=9A=E7=9A=84=E4=BA=8B=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/events.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/events.js b/src/events.js index e0a6196..d66e4d1 100644 --- a/src/events.js +++ b/src/events.js @@ -88,6 +88,7 @@ const off = function(name, callback) { } } } + this._events[name] = cbs; return this; }