mirror of
https://github.com/videojs/video.js.git
synced 2025-07-17 01:42:41 +02:00
Removed alert...
This commit is contained in:
@ -45,7 +45,6 @@ vjs.Html5 = vjs.MediaTechController.extend({
|
|||||||
// so we can remove this all together. Right now this will block custom
|
// so we can remove this all together. Right now this will block custom
|
||||||
// controls on touch enabled laptops like the Chrome Pixel
|
// controls on touch enabled laptops like the Chrome Pixel
|
||||||
if (vjs.TOUCH_ENABLED && player.options()['nativeControlsForTouch'] === true) {
|
if (vjs.TOUCH_ENABLED && player.options()['nativeControlsForTouch'] === true) {
|
||||||
alert('useNativeControls');
|
|
||||||
this.useNativeControls();
|
this.useNativeControls();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user