fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
editor - fix missing canvas references
[fnpeditor.git]
/
src
/
editor
/
modules
/
nodePane
/
nodePane.js
diff --git
a/src/editor/modules/nodePane/nodePane.js
b/src/editor/modules/nodePane/nodePane.js
index
80d4b87
..
b4b3424
100644
(file)
--- a/
src/editor/modules/nodePane/nodePane.js
+++ b/
src/editor/modules/nodePane/nodePane.js
@@
-10,7
+10,7
@@
define([
return function(sandbox) {
return function(sandbox) {
- var view = $(_.template(templateSrc)({
tagNames: wlxmlUtils.wlxmlTagNames, classNames: wlxmlUtils.wlxmlClassName
s})),
+ var view = $(_.template(templateSrc)({
utils: wlxmlUtil
s})),
currentNode;
view.on('change', 'select', function(e) {
currentNode;
view.on('change', 'select', function(e) {