Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be9bcb6

Browse files
committed
Fix sync or async usage
1 parent e765704 commit be9bcb6

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
@@ -2700,7 +2700,7 @@ Plotly.animate = function(gd, frameOrGroupNameOrFrameList, animationOpts) {
27002700
}
27012701
});
27022702
}
2703-
]);
2703+
], gd);
27042704
};
27052705

27062706
/**

0 commit comments

Comments
 (0)