fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Some code improvements suggested by linter
[fnpeditor.git]
/
modules
/
nodePane
/
nodePane.js
diff --git
a/modules/nodePane/nodePane.js
b/modules/nodePane/nodePane.js
index
b825b1b
..
cc71d35
100644
(file)
--- a/
modules/nodePane/nodePane.js
+++ b/
modules/nodePane/nodePane.js
@@
-28,8
+28,8
@@
return function(sandbox) {
view.find('.rng-module-nodePane-tagSelect').val(canvasNode.getTag());
\r
view.find('.rng-module-nodePane-classSelect').val(canvasNode.getClass());
\r
}
\r
- }
\r
+ }
;
\r
\r
-}
\r
+}
;
\r
\r
});
\ No newline at end of file