File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -250,11 +250,11 @@ const mockFunctions = {
250250 unregisterForSubtitleChanges ( callback ) {
251251 subtitleCallbacks = subtitleCallbacks . filter ( ( existingCallback ) => callback !== existingCallback )
252252 } ,
253- registerForaudioDescribedChanges ( callback ) {
253+ registerForAudioDescribedChanges ( callback ) {
254254 audioDescribedCallbacks . push ( callback )
255255 return callback
256256 } ,
257- unregisterForaudioDescribedChanges ( callback ) {
257+ unregisterForAudioDescribedChanges ( callback ) {
258258 audioDescribedCallbacks = audioDescribedCallbacks . filter ( ( existingCallback ) => callback !== existingCallback )
259259 } ,
260260 registerForStateChanges ( callback ) {
@@ -325,13 +325,13 @@ const mockFunctions = {
325325 } ,
326326 customiseSubtitles ( ) { } ,
327327 renderSubtitleExample ( ) { } ,
328- setaudioDescribedEnabled ( value ) {
328+ setAudioDescribedEnabled ( value ) {
329329 audioDescribedEnabled = value
330330 } ,
331- isaudioDescribedEnabled ( ) {
331+ isAudioDescribedEnabled ( ) {
332332 return audioDescribedEnabled
333333 } ,
334- isaudioDescribedAvailable ( ) {
334+ isAudioDescribedAvailable ( ) {
335335 return audioDescribedAvailable
336336 } ,
337337 setTransportControlsPosition ( ) { } ,
You can’t perform that action at this time.
0 commit comments