diff --git a/core/modules/treenodes/node.js b/core/modules/treenodes/node.js index fa5504bd0..f2a1c9de5 100644 --- a/core/modules/treenodes/node.js +++ b/core/modules/treenodes/node.js @@ -105,8 +105,8 @@ Node.prototype.getNodeBounds = function() { } } } - re -} + return null; +}; exports.Node = Node;