fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wip: storing wlxmlNode-canvasNode references
[fnpeditor.git]
/
src
/
editor
/
modules
/
rng
/
rng.js
diff --git
a/src/editor/modules/rng/rng.js
b/src/editor/modules/rng/rng.js
index
6b10293
..
59652a7
100644
(file)
--- a/
src/editor/modules/rng/rng.js
+++ b/
src/editor/modules/rng/rng.js
@@
-190,7
+190,7
@@
return function(sandbox) {
eventHandlers.documentCanvas = {
ready: function() {
eventHandlers.documentCanvas = {
ready: function() {
- sandbox.getModule('documentCanvas').setDocument
2(sandbox.getModule('data').getDocument2
());
+ sandbox.getModule('documentCanvas').setDocument
(sandbox.getModule('data').getDocument
());
views.visualEditing.setView('leftColumn', sandbox.getModule('documentCanvas').getView());
},
documentSet: function() {
views.visualEditing.setView('leftColumn', sandbox.getModule('documentCanvas').getView());
},
documentSet: function() {