Commit 7122ab68 authored by Akikonata's avatar Akikonata

added updateLayout

parent 6c7e0de2
...@@ -449,10 +449,7 @@ KityMinder.registerModule( "LayoutDefault", function () { ...@@ -449,10 +449,7 @@ KityMinder.registerModule( "LayoutDefault", function () {
} }
}, },
updateLayout: function ( node ) { updateLayout: function ( node ) {
var prt = node; drawNode( node );
prt.preTraverse( function ( n ) {
} );
}, },
appendSiblingNode: function ( sibling, node ) { appendSiblingNode: function ( sibling, node ) {
var siblingLayout = sibling.getData( "layout" ); var siblingLayout = sibling.getData( "layout" );
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment