10725170 by David LaPalomento

Update cue property instructions

cue.frame.data should now be accessed as cue.value.data to match iOS behavior.
1 parent cef4cc56
...@@ -205,7 +205,7 @@ text. Cues are created for all other frame types and the data is ...@@ -205,7 +205,7 @@ text. Cues are created for all other frame types and the data is
205 attached to the generated cue: 205 attached to the generated cue:
206 206
207 ```js 207 ```js
208 cue.frame.data 208 cue.value.data
209 ``` 209 ```
210 210
211 There are lots of guides and references to using text tracks [around 211 There are lots of guides and references to using text tracks [around
......