Skip to content

Commit 73be4e1

Browse files
committed
lint
1 parent 4c26380 commit 73be4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/plot_api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function _doPlot(gd, data, layout, config) {
221221
});
222222
}
223223

224-
var plotGlPixelRatio = gd._context.plotGlPixelRatio
224+
var plotGlPixelRatio = gd._context.plotGlPixelRatio;
225225
if(fullLayout._glcanvas) {
226226
fullLayout._glcanvas
227227
.attr('width', fullLayout.width * plotGlPixelRatio)

0 commit comments

Comments
 (0)