Commit 9298a20b authored by Akikonata's avatar Akikonata

fixed history bug

parent a311d75d
......@@ -51,7 +51,6 @@ KityMinder.registerModule( "HistoryModule", function () {
},
restore: function () {
var scene = this.list[ this.index ];
debugger;
this.km.setRoot( scene.cloneData() );
this.km.initStyle();
this.update();
......
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