File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 // Therefore, AblePlayer is not loaded & all functionality is disabled
1111 // (this all determined. If this is iOS && video, this function is never called)
1212
13- var thisObj , captionsContainer , i ;
14- thisObj = this ;
13+ var captionsContainer ;
1514
1615 // create three wrappers and wrap them around the media element.
1716 // From inner to outer:
8887
8988 AblePlayer . prototype . injectBigPlayButton = function ( ) {
9089
91- var thisObj ;
92-
93- thisObj = this ;
90+ var thisObj = this ;
9491
9592 this . $bigPlayButton = $ ( '<button>' , {
9693 'class' : 'able-big-play-button' ,
Original file line number Diff line number Diff line change 193193 deferred . reject ( ) ;
194194 } ,
195195 onStateChange : function ( x ) {
196- thisObj . getPlayerState ( ) . then ( function ( playerState ) {
196+ thisObj . getPlayerState ( ) . then ( function ( ) {
197197 // no actions
198198 } ) ;
199199 } ,
You can’t perform that action at this time.
0 commit comments