Browse Source

Update cue property instructions

cue.frame.data should now be accessed as cue.value.data to match iOS behavior.
pull/6/head
David LaPalomento 10 years ago
parent
commit
10725170ea
  1. 2
      README.md

2
README.md

@ -205,7 +205,7 @@ text. Cues are created for all other frame types and the data is
attached to the generated cue: attached to the generated cue:
```js ```js
cue.frame.data
cue.value.data
``` ```
There are lots of guides and references to using text tracks [around There are lots of guides and references to using text tracks [around

Loading…
Cancel
Save