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:
Thorsten Basse 2016-01-13 17:23:38 +11:00
parent e206054b2d
commit 8a1224bcd5
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ var LibJitsiMeet = {
}
};
require("es6-promise").polyfill()
//Setups the promise object.
window.Promise = window.Promise || require("es6-promise").Promise;