fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Moving sourceEditor module to its own directory with its own styles
[fnpeditor.git]
/
modules
/
nodeFamilyTree
/
nodeFamilyTree.js
diff --git
a/modules/nodeFamilyTree/nodeFamilyTree.js
b/modules/nodeFamilyTree/nodeFamilyTree.js
index
bd9c42c
..
e061277
100644
(file)
--- a/
modules/nodeFamilyTree/nodeFamilyTree.js
+++ b/
modules/nodeFamilyTree/nodeFamilyTree.js
@@
-57,10
+57,10
@@
return function(sandbox) {
return view.dom;
\r
},
\r
highlightNode: function(id) {
\r
return view.dom;
\r
},
\r
highlightNode: function(id) {
\r
- view.dom.find('a[data-id="'+id+'"]').addClass('rng-
hover
');
\r
+ view.dom.find('a[data-id="'+id+'"]').addClass('rng-
common-hoveredNode
');
\r
},
\r
dimNode: function(id) {
\r
},
\r
dimNode: function(id) {
\r
- view.dom.find('a[data-id="'+id+'"]').removeClass('rng-
hover
');
\r
+ view.dom.find('a[data-id="'+id+'"]').removeClass('rng-
common-hoveredNode
');
\r
}
\r
};
\r
};
\r
}
\r
};
\r
};
\r