Commit 3256b32c authored by Akikonata's avatar Akikonata

dev

parent b097be73
......@@ -154,6 +154,11 @@ var ConnectModule = KityMinder.registerModule( "ConnectModule", function () {
}
} )();
break;
case "removenode":
( function () {
var node = command.commandArgs[ 0 ];
node.getData( "connect" ).remove();
} )();
default:
break;
};
......
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