Skip to content

Commit 33e7c60

Browse files
committed
fix lint
1 parent 28c255c commit 33e7c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/gl2d/scene2d.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ function relayoutCallback(scene) {
316316
update[scene.yaxis._name] = yrange.slice();
317317

318318
scene.graphDiv.emit('plotly_relayout', update);
319-
};
319+
}
320320

321321
proto.cameraChanged = function() {
322322
var camera = this.camera;

0 commit comments

Comments
 (0)