Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
7f965106
Commit
7f965106
authored
Jun 14, 2017
by
Sean Hammond
Committed by
GitHub
Jun 14, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #442 from hypothesis/add-symbol-polyfill
Add Symbol polyfill
parents
6d9bd921
02ae0e83
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
polyfills.js
src/shared/polyfills.js
+1
-0
No files found.
src/shared/polyfills.js
View file @
7f965106
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
// ES2015 polyfills
// ES2015 polyfills
require
(
'core-js/es6/promise'
);
require
(
'core-js/es6/promise'
);
require
(
'core-js/es6/set'
);
require
(
'core-js/es6/set'
);
require
(
'core-js/es6/symbol'
);
require
(
'core-js/fn/array/find'
);
require
(
'core-js/fn/array/find'
);
require
(
'core-js/fn/array/find-index'
);
require
(
'core-js/fn/array/find-index'
);
require
(
'core-js/fn/array/from'
);
require
(
'core-js/fn/array/from'
);
...
...
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