Commit 30dd22ea authored by Akikonata's avatar Akikonata

added event step

parent be6918f9
...@@ -91,7 +91,6 @@ KityMinder.registerModule( "IconModule", function () { ...@@ -91,7 +91,6 @@ KityMinder.registerModule( "IconModule", function () {
}, },
"events": { "events": {
"RenderNodeLeft": function ( e ) { "RenderNodeLeft": function ( e ) {
//alert( '1111111' );
var node = e.node; var node = e.node;
var iconRc = node.getIconRc(); var iconRc = node.getIconRc();
var contRc = node.getContRc(); var contRc = node.getContRc();
......
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