Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed May 27, 2016
2 parents 04cf357 + 286cf33 commit 8ffdb1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ Learn more: [Events](https://github.com/cheton/infinite-tree/wiki/Events)
```js
tree.on('click', function(event) {
});
tree.on('clusterWillChange', function() {
});
tree.on('clusterDidChange', function() {
});
tree.on('contentWillUpdate', function() {
});
tree.on('contentDidUpdate', function() {
Expand Down

0 comments on commit 8ffdb1f

Please sign in to comment.