Remove focus-prevent-scroll, migrate gamepadtokey and chromecastHelper to ES6

This commit is contained in:
MrTimscampi
2020-08-06 23:56:29 +02:00
parent e2aff66203
commit 58361ce70c
8 changed files with 540 additions and 569 deletions
+5
View File
@@ -10,6 +10,11 @@ _define('fetch', function() {
return fetch;
});
var focusPreventScroll = require('focus-options-polyfill');
_define('focus-options-polyfill', function() {
return focusPreventScroll;
});
// Blurhash
var blurhash = require('blurhash');
_define('blurhash', function() {