Stop using the polyfill when you are assign the es6-promise after that anyway
es6-promise.polyfill() is broken for Chrome atm and replaces the native Promise and swallows unhandled errors. https://github.com/jakearchibald/es6-promise/issues/70
This commit is contained in:
parent
e206054b2d
commit
8a1224bcd5
|
@ -121,7 +121,6 @@ var LibJitsiMeet = {
|
|||
}
|
||||
};
|
||||
|
||||
require("es6-promise").polyfill()
|
||||
//Setups the promise object.
|
||||
window.Promise = window.Promise || require("es6-promise").Promise;
|
||||
|
||||
|
|
Loading…
Reference in New Issue