Browse Source

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
master
Thorsten Basse 9 years ago
parent
commit
d160859bfe
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      JitsiMeetJS.js

+ 0
- 1
JitsiMeetJS.js View File

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

Loading…
Cancel
Save