Commit 93c1993b authored by Akikonata's avatar Akikonata

deleted extra node

parent 9f299f28
......@@ -86,14 +86,6 @@ KityMinder.registerModule( "RenderModule", function () {
};
} )() );
var EraseNodeCommand = kity.createClass( "EraseNodeCommand", ( function () {
return {
base: Command,
execute: function ( km, node ) {
}
}
} )() );
return {
"init": function ( config ) {
......@@ -101,7 +93,6 @@ KityMinder.registerModule( "RenderModule", function () {
"commands": {
//todo:command字典,name-action 键值对模式编写
"rendernode": RenderNodeCommand,
"erasenode": EraseNodeCommand
},
"events": {
......
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