Skip to content

Commit 7e9abcf

Browse files
committed
fix with lint
1 parent 99ccd12 commit 7e9abcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plots/ternary/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
7878

7979
exports.updateFx = function(gd) {
8080
var fullLayout = gd._fullLayout;
81-
8281
fullLayout._ternarylayer
8382
.selectAll('g.toplevel')
8483
.style('cursor', fullLayout.dragmode === 'pan' ? 'move' : 'crosshair');

0 commit comments

Comments
 (0)