File tree 4 files changed +6
-6
lines changed 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jPlayer" ,
3
- "version" : " 2.6.2 " ,
3
+ "version" : " 2.6.3 " ,
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.2 " ,
14
+ "version" : " 2.6.3 " ,
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.2
10
+ * Version: 2.6.3
11
11
* Date: 30th May 2014
12
12
*/
13
13
437
437
if ( f ) {
438
438
// What generated the key press?
439
439
if ( typeof pageFocus !== 'undefined' ) {
440
- if ( typeof pageFocus !== ' null' && pageFocus . nodeName . toUpperCase ( ) !== "BODY" ) {
440
+ if ( pageFocus !== null && pageFocus . nodeName . toUpperCase ( ) !== "BODY" ) {
441
441
ignoreKey = true ;
442
442
}
443
443
} else {
479
479
$ . jPlayer . prototype = {
480
480
count : 0 , // Static Variable: Change it via prototype.
481
481
version : { // Static Object
482
- script : "2.6.2 " ,
482
+ script : "2.6.3 " ,
483
483
needFlash : "2.6.0" ,
484
484
flash : "unknown"
485
485
} ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jplayer" ,
3
- "version" : " 2.6.2 " ,
3
+ "version" : " 2.6.3 " ,
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