Commit f6e44cba authored by Akikonata's avatar Akikonata

fixe

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