fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
integration wip: bring back meta data attrs edit via node pane
[fnpeditor.git]
/
src
/
editor
/
modules
/
indicator
/
indicator.js
diff --git
a/src/editor/modules/indicator/indicator.js
b/src/editor/modules/indicator/indicator.js
index
827a4b7
..
5b9f95c
100644
(file)
--- a/
src/editor/modules/indicator/indicator.js
+++ b/
src/editor/modules/indicator/indicator.js
@@
-9,10
+9,7
@@
define([
return function(sandbox) {
var view = {
- dom: $(_.template(template)()),
- setup: function() {
-
- }
+ dom: $(_.template(template)())
};
return {