fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix
[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
..
9dc9251
100644
(file)
--- a/
src/editor/modules/rng/rng.js
+++ b/
src/editor/modules/rng/rng.js
@@
-69,8
+69,8
@@
return function(sandbox) {
},
updateCurrentNodeElement: function(nodeElement) {
sandbox.getModule('nodePane').setNodeElement(nodeElement);
},
updateCurrentNodeElement: function(nodeElement) {
sandbox.getModule('nodePane').setNodeElement(nodeElement);
- sandbox.getModule('nodeFamilyTree').setElement(nodeElement);
- sandbox.getModule('nodeBreadCrumbs').setNodeElement(nodeElement);
+
//
sandbox.getModule('nodeFamilyTree').setElement(nodeElement);
+
//
sandbox.getModule('nodeBreadCrumbs').setNodeElement(nodeElement);
},
updateCurrentTextElement: function(textElement) {
sandbox.getModule('nodeFamilyTree').setElement(textElement);
},
updateCurrentTextElement: function(textElement) {
sandbox.getModule('nodeFamilyTree').setElement(textElement);
@@
-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() {