Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
6801321c
Commit
6801321c
authored
Nov 15, 2016
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds es6-promise polyfill
Adds changelog
parent
37abb20c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1164 additions
and
0 deletions
+1164
-0
app/assets/javascripts/application.js
app/assets/javascripts/application.js
+1
-0
changelogs/unreleased/24492-promise-polyfill.yml
changelogs/unreleased/24492-promise-polyfill.yml
+4
-0
vendor/assets/javascripts/es6-promise.auto.js
vendor/assets/javascripts/es6-promise.auto.js
+1159
-0
No files found.
app/assets/javascripts/application.js
View file @
6801321c
...
...
@@ -53,6 +53,7 @@
/*= require_directory ./u2f */
/*= require_directory . */
/*= require fuzzaldrin-plus */
/*= require es6-promise.auto */
(
function
()
{
document
.
addEventListener
(
'
page:fetch
'
,
gl
.
utils
.
cleanupBeforeFetch
);
...
...
changelogs/unreleased/24492-promise-polyfill.yml
0 → 100644
View file @
6801321c
---
title
:
Adds es6-promise Polyfill
merge_request
:
7482
author
:
vendor/assets/javascripts/es6-promise.auto.js
0 → 100644
View file @
6801321c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment