Commit 072c2633 authored by Akikonata's avatar Akikonata

dev

parent 41be9143
...@@ -10,16 +10,6 @@ KityMinder.registerModule( "LayoutModule", function () { ...@@ -10,16 +10,6 @@ KityMinder.registerModule( "LayoutModule", function () {
y: Math.random() * 300 + 100, y: Math.random() * 300 + 100,
align: "left" align: "left"
}; };
switch ( parent.branchside ) {
case "left":
break;
case "right":
break;
default:
if ( parent ) {} else {}
break;
}
}
_node.setData( "data", _nodeD ); _node.setData( "data", _nodeD );
parent.insertChild( _node ); parent.insertChild( _node );
km.execCommand( 'rendernode', _node ); km.execCommand( 'rendernode', _node );
......
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