File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
* http://opensource.org/licenses/MIT
8
8
*
9
9
* Author: Mark J Panaghiston
10
- * Version: 2.9.0
11
- * Date: 27th November 2014
10
+ * Version: 2.9.1
11
+ * Date: 9th December 2014
12
12
*/
13
13
14
14
/* Support for Zepto 1.0 compiled with optional data module.
485
485
$ . jPlayer . prototype = {
486
486
count : 0 , // Static Variable: Change it via prototype.
487
487
version : { // Static Object
488
- script : "2.9.0 " ,
488
+ script : "2.9.1 " ,
489
489
needFlash : "2.9.0" ,
490
490
flash : "unknown"
491
491
} ,
1025
1025
this . flash . canPlay = { } ;
1026
1026
$ . each ( this . formats , function ( priority , format ) {
1027
1027
self . html . canPlay [ format ] = self . html [ self . format [ format ] . media ] . available && "" !== self . htmlElement [ self . format [ format ] . media ] . canPlayType ( self . format [ format ] . codec ) ;
1028
- self . aurora . canPlay [ format ] = ( self . aurora . formats . indexOf ( format ) > - 1 ) ;
1028
+ self . aurora . canPlay [ format ] = ( $ . inArray ( format , self . aurora . formats ) > - 1 ) ;
1029
1029
self . flash . canPlay [ format ] = self . format [ format ] . flashCanPlay && self . flash . available ;
1030
1030
} ) ;
1031
1031
this . html . desired = false ;
You can’t perform that action at this time.
0 commit comments