mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 14:23:32 +03:00
Remove useless parameter Element.ALLOW_KEYBOARD_INPUT
This commit is contained in:
parent
009b75393f
commit
6e48de47ed
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
|||
return document.webkitIsFullScreen;
|
||||
};
|
||||
fullScreenApi.requestFullScreen = function( element ) {
|
||||
return element.webkitRequestFullscreen( Element.ALLOW_KEYBOARD_INPUT );
|
||||
return element.webkitRequestFullscreen();
|
||||
};
|
||||
fullScreenApi.exitFullScreen = function() {
|
||||
document.webkitExitFullscreen();
|
||||
|
|
Loading…
Add table
Reference in a new issue