Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thepag committed Apr 1, 2014
2 parents 3c74f75 + 49dc5c4 commit 1906561
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jPlayer",
"version": "2.5.5",
"version": "2.5.6",
"main": [
"./jquery.jplayer/jquery.jplayer.js",
"./skin/pink.flag/jplayer.pink.flag.css"
Expand Down
2 changes: 1 addition & 1 deletion jplayer.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"html5",
"streaming"
],
"version": "2.5.5",
"version": "2.5.6",
"author": {
"name": "Mark J Panaghiston",
"email": "[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions jquery.jplayer/jquery.jplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* http://opensource.org/licenses/MIT
*
* Author: Mark J Panaghiston
* Version: 2.5.5
* Date: 8th March 2014
* Version: 2.5.6
* Date: 1st April 2014
*/

/* Code verified using http://www.jshint.com/ */
Expand Down Expand Up @@ -471,7 +471,7 @@
$.jPlayer.prototype = {
count: 0, // Static Variable: Change it via prototype.
version: { // Static Object
script: "2.5.5",
script: "2.5.6",
needFlash: "2.5.2",
flash: "unknown"
},
Expand Down Expand Up @@ -2558,7 +2558,7 @@
_fullscreenRemoveEventListeners: function() {
var fs = $.jPlayer.nativeFeatures.fullscreen;
if(this.internal.fullscreenchangeHandler) {
document.addEventListener(fs.event.fullscreenchange, this.internal.fullscreenchangeHandler, false);
document.removeEventListener(fs.event.fullscreenchange, this.internal.fullscreenchangeHandler, false);
}
},
_fullscreenchange: function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jplayer",
"version": "2.5.5",
"version": "2.5.6",
"description": "The jQuery HTML5 Audio / Video Library",
"homepage": "http://www.jplayer.org/",
"keywords": [
Expand Down

0 comments on commit 1906561

Please sign in to comment.