Explorar el Código

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 hace 9 años
padre
commit
d160859bfe
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      JitsiMeetJS.js

+ 0
- 1
JitsiMeetJS.js Ver fichero

121
     }
121
     }
122
 };
122
 };
123
 
123
 
124
-require("es6-promise").polyfill()
125
 //Setups the promise object.
124
 //Setups the promise object.
126
 window.Promise = window.Promise || require("es6-promise").Promise;
125
 window.Promise = window.Promise || require("es6-promise").Promise;
127
 
126
 

Loading…
Cancelar
Guardar