Skip to content

Commit 07af2b8

Browse files
committed
es5ify
1 parent 2558160 commit 07af2b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/plots/gl2d/scene2d.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,8 @@ proto.toImage = function(format) {
172172

173173

174174
var glplot = this.glplot,
175-
pixelRatio = this.pixelRatio;
176-
177-
let fullLayout = this.fullLayout;
175+
pixelRatio = this.pixelRatio,
176+
fullLayout = this.fullLayout;
178177

179178
var width = fullLayout.width,
180179
height = fullLayout.height,

0 commit comments

Comments
 (0)