Merge pull request #449 from tbasse/fix/es6-promise
Stop using the polyfill when assigning it anyway
This commit is contained in:
commit
cf3f42959a
|
@ -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