Skip to content

Commit 54c6f3c

Browse files
committed
minor: deleting code block that doesn't seem to have a current purpose
1 parent c280f8d commit 54c6f3c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/plots/plots.js

-8
Original file line numberDiff line numberDiff line change
@@ -2252,14 +2252,6 @@ plots.transition = function(gd, data, layout, traces, frameOpts, transitionOpts)
22522252
var module = contFull._module;
22532253

22542254
if(!module) continue;
2255-
2256-
if(!module.animatable) {
2257-
var thisUpdate = {};
2258-
2259-
for(var ai in data[i]) {
2260-
thisUpdate[ai] = [data[i][ai]];
2261-
}
2262-
}
22632255
}
22642256

22652257
var seq = [plots.previousPromises, interruptPreviousTransitions, prepareTransitions, plots.rehover, executeTransitions];

0 commit comments

Comments
 (0)