Procházet zdrojové kódy

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 před 9 roky
rodič
revize
d160859bfe
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      JitsiMeetJS.js

+ 0
- 1
JitsiMeetJS.js Zobrazit soubor

@@ -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
 

Načítá se…
Zrušit
Uložit