Add publish map on editor.

This commit is contained in:
Paulo Gustavo Veiga
2012-05-27 18:15:46 -03:00
parent 2b4953ea11
commit 5d1399017f
27 changed files with 343 additions and 335 deletions

View File

@@ -44,8 +44,9 @@ function createStorageManager(mindplot) {
if (xml == null) {
throw "Map could not be loaded";
}
return core.Utils.createDocumentFromText(xml);
}
var parser = new DOMParser();
return parser.parseFromString(xml, "text/xml");
}
}
);