Finish moving mindmap loading to rest.

This commit is contained in:
Paulo Gustavo Veiga
2013-02-03 13:47:31 -03:00
parent 829655f253
commit 92849b02eb
5 changed files with 25 additions and 22 deletions

View File

@@ -87,7 +87,7 @@ function buildDesigner(options) {
}
} else {
persistence = new mindplot.LocalStorageManager();
persistence = new mindplot.LocalStorageManager("samples/{id}.xml");
}
mindplot.PersistenceManager.init(persistence);