Skip to content

Commit e1d7664

Browse files
committed
Fix a small typo
1 parent effaa6d commit e1d7664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/plots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ plots.computeFrame = function(gd, frameName) {
15491549
/*
15501550
* Recompute the lookup table that maps frame name -> frame object. addFrames/
15511551
* 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`
1552+
* is necessary is if you poke around manually in `gd._transitionData._frames`
15531553
* and create and haven't updated the lookup table.
15541554
*/
15551555
plots.recomputeFrameHash = function(gd) {

0 commit comments

Comments
 (0)