Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed May 27, 2016
1 parent 286cf33 commit b017187
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ var tree = new InfiniteTree({
data: data,
autoOpen: true, // Defaults to false
droppable: { // Defaults to false
hoverClass: 'infinite-tree-drop-hover',
accept: function(opts) {
hoverClass: 'infinite-tree-droppable-hover',
accept: function(event, options) {
return true;
},
drop: function(e, opts) {
drop: function(event, options) {
}
},
loadNodes: function(parentNode, done) { // Load node on demand
Expand Down

0 comments on commit b017187

Please sign in to comment.