fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Another set of missing semicolons
[fnpeditor.git]
/
modules
/
documentCanvas
/
documentCanvas.js
diff --git
a/modules/documentCanvas/documentCanvas.js
b/modules/documentCanvas/documentCanvas.js
index
4ca0a4d
..
37e8377
100644
(file)
--- a/
modules/documentCanvas/documentCanvas.js
+++ b/
modules/documentCanvas/documentCanvas.js
@@
-25,7
+25,7
@@
return function(sandbox) {
sandbox.publish('documentSet');
\r
},
\r
getDocument: function() {
\r
sandbox.publish('documentSet');
\r
},
\r
getDocument: function() {
\r
- return transformations.toXML.getXML(canvas.getContent())
\r
+ return transformations.toXML.getXML(canvas.getContent())
;
\r
},
\r
modifyCurrentNode: function(attr, value) {
\r
if(manager.currentNode) {
\r
},
\r
modifyCurrentNode: function(attr, value) {
\r
if(manager.currentNode) {
\r
@@
-52,7
+52,7
@@
return function(sandbox) {
command: function(command, meta) {
\r
manager.command(command, meta);
\r
}
\r
command: function(command, meta) {
\r
manager.command(command, meta);
\r
}
\r
- }
\r
+ }
;
\r
\r
};
\r
\r
\r
};
\r
\r