Skip to content

Commit fe14629

Browse files
committed
v0.2.1
1 parent f65ef53 commit fe14629

File tree

4 files changed

+186
-355
lines changed

4 files changed

+186
-355
lines changed

dist/react-infinite-tree.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! react-infinite-tree v0.2.0 | (c) 2016 Cheton Wu <[email protected]> | MIT | https://github.com/cheton/react-infinite-tree */
1+
/*! react-infinite-tree v0.2.1 | (c) 2016 Cheton Wu <[email protected]> | MIT | https://github.com/cheton/react-infinite-tree */
22
exports["InfiniteTree"] =
33
/******/ (function(modules) { // webpackBootstrap
44
/******/ // The module cache
@@ -137,7 +137,7 @@ exports["InfiniteTree"] =
137137
}
138138

139139
var eventName = lcfirst(key.substr(2)); // e.g. onUpdate -> update
140-
_this3.tree.off(eventName, _this3.eventHandlers[key]);
140+
_this3.tree.removeListener(eventName, _this3.eventHandlers[key]);
141141
_this3.eventHandlers[key] = null;
142142
});
143143

dist/react-infinite-tree.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)