Skip to content

Commit 282f17f

Browse files
authored
Fix eslint
1 parent 8692e7b commit 282f17f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/gl2d/scene2d.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ proto.updateSize = function(canvas) {
233233
canvas.height = pixelHeight;
234234
}
235235

236-
// make sure plots rendered right thing
237-
if (this.redraw) this.redraw()
236+
// make sure plots render right thing
237+
if(this.redraw) this.redraw();
238238

239239
return canvas;
240240
};

0 commit comments

Comments
 (0)