Merge pull request #449 from tbasse/fix/es6-promise

Stop using the polyfill when assigning it anyway
This commit is contained in:
hristoterezov 2016-01-13 14:15:08 -06:00
commit cf3f42959a
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;