Adds es6-promise polyfill
Adds changelog
This commit is contained in:
parent
37abb20cec
commit
6801321ca7
3 changed files with 1164 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
|||
/*= require_directory ./u2f */
|
||||
/*= require_directory . */
|
||||
/*= require fuzzaldrin-plus */
|
||||
/*= require es6-promise.auto */
|
||||
|
||||
(function () {
|
||||
document.addEventListener('page:fetch', gl.utils.cleanupBeforeFetch);
|
||||
|
|
4
changelogs/unreleased/24492-promise-polyfill.yml
Normal file
4
changelogs/unreleased/24492-promise-polyfill.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Adds es6-promise Polyfill
|
||||
merge_request: 7482
|
||||
author:
|
1159
vendor/assets/javascripts/es6-promise.auto.js
vendored
Normal file
1159
vendor/assets/javascripts/es6-promise.auto.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue