Commit a311d75d authored by Akikonata's avatar Akikonata

fixed history bug

parent d0f3ce2b
......@@ -60,7 +60,6 @@ KityMinder.registerModule( "HistoryModule", function () {
return new Scene( this.km.getRoot() )
},
saveScene: function () {
debugger;
var currentScene = this.getScene();
var lastScene = this.list[ this.index ];
if ( lastScene && lastScene.equals( currentScene ) ) {
......
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