Skip to content

Commit 6c08dc3

Browse files
committed
Lintify
1 parent 6bfbd83 commit 6c08dc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/traces/scattergl/convert.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -593,11 +593,11 @@ proto.updateFancy = function(options) {
593593
}
594594
}
595595

596-
//prevent scatter from resnapping points
597-
if (selIds) {
598-
this.scatter.options.positions = null
596+
// prevent scatter from resnapping points
597+
if(selIds) {
598+
this.scatter.options.positions = null;
599599
this.fancyScatter.update();
600-
this.scatter.options.positions = positions
600+
this.scatter.options.positions = positions;
601601
}
602602
else {
603603
this.fancyScatter.update();

0 commit comments

Comments
 (0)