Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mar10/fancytree
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Jun 26, 2014
2 parents 2643808 + 5514c21 commit fda24dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ for details.

* [Try the live demo](http://wwwendt.de/tech/fancytree/demo).
* [Read the documentation](https://github.com/mar10/fancytree/wiki).
* [Check the Q&A forum](https://groups.google.com/forum/#!forum/fancytree) or [Stackoverflow](http://stackoverflow.com/questions/tagged/fancytree) if you have questions.


### Credits
Expand Down
5 changes: 5 additions & 0 deletions src/jquery.fancytree.clones.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,11 @@ $.ui.fancytree.registerExtension({
// The default implementation loads initial data
this._super(ctx);
},
treeClear: function(ctx){
ctx.tree.refMap = {};
ctx.tree.keyMap = {};
return this._super(ctx);
},
treeRegisterNode: function(ctx, add, node) {
var refList, len,
tree = ctx.tree,
Expand Down

0 comments on commit fda24dc

Please sign in to comment.