Commit f6e44cba authored by Akikonata's avatar Akikonata

fixe

parent 5b3802b1
......@@ -153,7 +153,6 @@ KityMinder.registerModule( "HistoryModule", function () {
},
"events": {
"saveScene": function ( e ) {
debugger;
this.historyManager.saveScene();
},
"renderNode": function ( e ) {
......
......@@ -25,6 +25,7 @@ KityMinder.registerModule( "LayoutModule", function () {
return name;
},
getCurrentLayoutStyle: function () {
var curStyle = this.getCurrentStyle();
this.getLayoutStyle( curStyle ).getCurrentLayoutStyle.call( this );
},
highlightNode: function ( 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