Skip to content

Commit 310f762

Browse files
committed
fix lint
1 parent e0e68a2 commit 310f762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/images/draw.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ module.exports = function draw(gd) {
9999
var dataURL = canvas.toDataURL('image/png');
100100

101101
thisImage.attr('xlink:href', dataURL);
102-
102+
103103
// resolve promise in onload handler instead of on 'load' to support IE11
104-
// see https://github.com/plotly/plotly.js/issues/1685
104+
// see https://github.com/plotly/plotly.js/issues/1685
105105
// for more details
106106
resolve();
107107
};

0 commit comments

Comments
 (0)