Fix browsers that do not support Promises
This commit is contained in:
parent
89a5c2d590
commit
c46c6c2203
6 changed files with 21 additions and 30 deletions
|
@ -47,12 +47,6 @@ _define("howler", function() {
|
|||
return howler;
|
||||
});
|
||||
|
||||
// native-promise-only
|
||||
var nativePromise = require("native-promise-only");
|
||||
_define("native-promise-only", function() {
|
||||
return nativePromise;
|
||||
});
|
||||
|
||||
// resize-observer-polyfill
|
||||
var resize = require("resize-observer-polyfill").default;
|
||||
_define("resize-observer-polyfill", function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue