Skip to content

Commit 84c93fe

Browse files
committed
Remove .transition from core
1 parent 29c14d7 commit 84c93fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ exports.downloadImage = require('./snapshot/download');
4545
exports.validate = require('./plot_api/validate');
4646
exports.addFrames = Plotly.addFrames;
4747
exports.deleteFrames = Plotly.deleteFrames;
48-
exports.transition = Plotly.transition;
4948
exports.animate = Plotly.animate;
5049

5150
// scatter is the only trace included by default

0 commit comments

Comments
 (0)