You need to sign in before continuing.
Commit fcfe75afab1263956e0d61c1512b06c0fa79b736
1 parent
55dade56
evt evt evt
Showing
1 changed file
with
1 additions
and
1 deletions
datalets/datasetexplorer-datalet/js/buildtreemap.js
@@ -152,7 +152,7 @@ function build(root, meta, place_holder, select_listener, width, height) { | @@ -152,7 +152,7 @@ function build(root, meta, place_holder, select_listener, width, height) { | ||
152 | // MIDDLE LVL | 152 | // MIDDLE LVL |
153 | data[0] = "middle"; | 153 | data[0] = "middle"; |
154 | } | 154 | } |
155 | - return "showTooltip(event, '" + data + "')"; | 155 | + return "showTooltip(evt, '" + data + "')"; |
156 | }) | 156 | }) |
157 | .attr("onmouseout", function() {return "hideTooltip()";}) | 157 | .attr("onmouseout", function() {return "hideTooltip()";}) |
158 | 158 |