fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
editor: fix canvas wrap node command
[fnpeditor.git]
/
src
/
editor
/
modules.js
diff --git
a/src/editor/modules.js
b/src/editor/modules.js
index
bb4d439
..
f7c5f6e
100644
(file)
--- a/
src/editor/modules.js
+++ b/
src/editor/modules.js
@@
-24,5
+24,5
@@
define(function(require) {
documentHistory: require('modules/documentHistory/documentHistory'),
diffViewer: require('modules/diffViewer/diffViewer')
- }
+ }
;
});
\ No newline at end of file