Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed May 11, 2016
1 parent f65ef53 commit fe14629
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 355 deletions.
4 changes: 2 additions & 2 deletions dist/react-infinite-tree.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! react-infinite-tree v0.2.0 | (c) 2016 Cheton Wu <cheton@gmail.com> | MIT | https://github.com/cheton/react-infinite-tree */
/*! react-infinite-tree v0.2.1 | (c) 2016 Cheton Wu <cheton@gmail.com> | MIT | https://github.com/cheton/react-infinite-tree */
exports["InfiniteTree"] =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
Expand Down Expand Up @@ -137,7 +137,7 @@ exports["InfiniteTree"] =
}

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

Expand Down
4 changes: 2 additions & 2 deletions dist/react-infinite-tree.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fe14629

Please sign in to comment.