integration fix: sourceEditor module
[fnpeditor.git] / src / editor / modules / sourceEditor / sourceEditor.js
index e88e5e1..2e2e6ab 100644 (file)
@@ -27,7 +27,7 @@ return function(sandbox) {
             return view;
         },
         setDocument: function(document) {
-            editor.setValue(document);
+            editor.setValue(document.toXML());
             editor.gotoLine(0);
             sandbox.publish('documentSet');
         },