Skip to content

Commit

Permalink
Fixed Pull request going to dist #207. Rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
thepag committed Nov 24, 2014
1 parent 60fed75 commit 03a1f89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/jplayer/jquery.jplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
return elem[s[1]];
},
requestFullscreen: function(elem) {
return elem[s[2]]();
return elem[s[2]](); // Chrome and Opera want parameter (Element.ALLOW_KEYBOARD_INPUT) but Safari fails if flag used.
},
exitFullscreen: function(elem) {
elem = elem ? elem : d; // Video element required for webkitVideo
Expand Down
Loading

0 comments on commit 03a1f89

Please sign in to comment.