5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
(function() {
|
|
if (typeof Promise === 'undefined') {
|
|
ES6Promise.polyfill();
|
|
}
|
|
})();
|