File tree 4 files changed +7
-7
lines changed 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jPlayer" ,
3
- "version" : " 2.6.3 " ,
3
+ "version" : " 2.6.4 " ,
4
4
"main" : [
5
5
" ./jquery.jplayer/jquery.jplayer.js" ,
6
6
" ./skin/pink.flag/jplayer.pink.flag.css"
Original file line number Diff line number Diff line change 11
11
" html5" ,
12
12
" streaming"
13
13
],
14
- "version" : " 2.6.3 " ,
14
+ "version" : " 2.6.4 " ,
15
15
"author" : {
16
16
"name" : " Mark J Panaghiston" ,
17
17
"email" : " markp@happyworm.com" ,
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.6.3
11
- * Date: 30th May 2014
10
+ * Version: 2.6.4
11
+ * Date: 1st August 2014
12
12
*/
13
13
14
14
/* Code verified using http://www.jshint.com/ */
479
479
$ . jPlayer . prototype = {
480
480
count : 0 , // Static Variable: Change it via prototype.
481
481
version : { // Static Object
482
- script : "2.6.3 " ,
482
+ script : "2.6.4 " ,
483
483
needFlash : "2.6.0" ,
484
484
flash : "unknown"
485
485
} ,
711
711
// 'MPEG-4 support' : canPlayType('video/mp4; codecs="mp4v.20.8"')
712
712
format : { // Static Object
713
713
mp3 : {
714
- codec : 'audio/mpeg; codecs="mp3" ' ,
714
+ codec : 'audio/mpeg' ,
715
715
flashCanPlay : true ,
716
716
media : 'audio'
717
717
} ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jplayer" ,
3
- "version" : " 2.6.3 " ,
3
+ "version" : " 2.6.4 " ,
4
4
"description" : " The jQuery HTML5 Audio / Video Library" ,
5
5
"homepage" : " http://www.jplayer.org/" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments