Skip to content

Commit 1a0c9eb

Browse files
committed
lint
1 parent dfe7091 commit 1a0c9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shelly/plotlyjs/static/plotlyjs/src/graph_obj.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3581,7 +3581,7 @@ plots.resize = function(gd) {
35813581

35823582
if(gd._redrawTimer) clearTimeout(gd._redrawTimer);
35833583

3584-
gd._redrawTimer = setTimeout(function(){
3584+
gd._redrawTimer = setTimeout(function() {
35853585
if((gd._fullLayout || {}).autosize) {
35863586
// autosizing doesn't count as a change that needs saving
35873587
var oldchanged = gd.changed;

0 commit comments

Comments
 (0)