Skip to content

Commit 67c96d3

Browse files
author
MANEL-PC\Manel
committed
Changed syntax to follow ES5
1 parent 202a997 commit 67c96d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/table/plot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = function plot(gd, wrappedTraceHolders) {
5757
.classed(c.cn.tableControlView, true)
5858
.style('box-sizing', 'content-box');
5959
if(dynamic) {
60-
let wheelEvent = 'onwheel' in document ? 'wheel' : 'mousewheel'
60+
var wheelEvent = 'onwheel' in document ? 'wheel' : 'mousewheel';
6161
cvEnter
6262
.on('mousemove', function(d) {
6363
tableControlView

0 commit comments

Comments
 (0)