Minor bug fixing.

This commit is contained in:
Paulo Gustavo Veiga
2012-02-29 18:52:07 -03:00
parent 1fefb929da
commit f704e730c9
4 changed files with 5 additions and 140 deletions

View File

@@ -42,7 +42,7 @@
designer = buildDesigner(editorProperties);
var domDocument = core.Utils.createDocumentFromText(mapXml);
var serializer = mindplot.persistence.MLSerializerFactory.getSerializerFromDocument(domDocument);
var serializer = mindplot.persistence.XMLSerializerFactory.getSerializerFromDocument(domDocument);
var mindmap = serializer.loadFromDom(domDocument, mapId);
// Now, load the map ...