We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effaa6d commit e1d7664Copy full SHA for e1d7664
src/plots/plots.js
@@ -1549,7 +1549,7 @@ plots.computeFrame = function(gd, frameName) {
1549
/*
1550
* Recompute the lookup table that maps frame name -> frame object. addFrames/
1551
* deleteFrames already manages this data one at a time, so the only time this
1552
- * is necessary is if you poke around manually in `gd._transitionData_frames`
+ * is necessary is if you poke around manually in `gd._transitionData._frames`
1553
* and create and haven't updated the lookup table.
1554
*/
1555
plots.recomputeFrameHash = function(gd) {
0 commit comments