Commit d84ca04c authored by campaign's avatar campaign

写死返回default布局

parent 0d48ebac
......@@ -23,7 +23,7 @@ KityMinder.registerModule( "LayoutModule", function () {
},
getCurrentStyle: function () {
var _root = this.getRoot();
return _root.getData( "currentstyle" );
return "default"; //_root.getData( "currentstyle" );
},
setCurrentStyle: function ( name ) {
var _root = this.getRoot();
......
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