Skip to content

Commit e231233

Browse files
committed
Lint it
1 parent 99101fe commit e231233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/gl2d/camera.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function createCamera(scene) {
256256
}
257257

258258
result.wheelListener = mouseWheel(element, function(dx, dy) {
259-
if (!scene.scrollZoom) return false;
259+
if(!scene.scrollZoom) return false;
260260

261261
var dataBox = scene.calcDataBox(),
262262
viewBox = plot.viewBox;

0 commit comments

Comments
 (0)