X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/b58b8f498d9b5e70aec099829b97af2c4d72da10..f8b3ddf413bc700b6c640a0da368b3a1a41c09cc:/modules/rng/rng.js diff --git a/modules/rng/rng.js b/modules/rng/rng.js index 09e1b90..a48535c 100644 --- a/modules/rng/rng.js +++ b/modules/rng/rng.js @@ -112,11 +112,11 @@ return function(sandbox) { }, nodeHovered: function(node) { - + sandbox.getModule('nodeFamilyTree').highlightNode(node.attr('id')); }, nodeBlured: function(node) { - + sandbox.getModule('nodeFamilyTree').dimNode(node.attr('id')); } };