File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jPlayer" ,
3
- "version" : " 2.5.3 " ,
3
+ "version" : " 2.5.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.5.3 " ,
14
+ "version" : " 2.5.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 2
2
* jPlayer Plugin for jQuery JavaScript Library
3
3
* http://www.jplayer.org
4
4
*
5
- * Copyright (c) 2009 - 2013 Happyworm Ltd
5
+ * Copyright (c) 2009 - 2014 Happyworm Ltd
6
6
* Licensed under the MIT license.
7
7
* http://opensource.org/licenses/MIT
8
8
*
9
9
* Author: Mark J Panaghiston
10
- * Version: 2.5.3
11
- * Date: 30th December 2013
10
+ * Version: 2.5.4
11
+ * Date: 9th January 2014
12
12
*/
13
13
14
14
/* Code verified using http://www.jshint.com/ */
470
470
$ . jPlayer . prototype = {
471
471
count : 0 , // Static Variable: Change it via prototype.
472
472
version : { // Static Object
473
- script : "2.5.3 " ,
473
+ script : "2.5.4 " ,
474
474
needFlash : "2.5.2" ,
475
475
flash : "unknown"
476
476
} ,
1669
1669
_absoluteMediaUrls : function ( media ) {
1670
1670
var self = this ;
1671
1671
$ . each ( media , function ( type , url ) {
1672
- if ( self . format [ type ] ) {
1672
+ if ( url && self . format [ type ] ) {
1673
1673
media [ type ] = self . _qualifyURL ( url ) ;
1674
1674
}
1675
1675
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jplayer" ,
3
- "version" : " 2.5.3 " ,
3
+ "version" : " 2.5.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