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
6d0d4426
Commit
6d0d4426
authored
Jan 30, 2015
by
Aron Carroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a promise polyfill for PhantomJS
parent
d6e25c6f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
963 additions
and
0 deletions
+963
-0
promise.js
h/static/scripts/vendor/polyfills/promise.js
+960
-0
karma.config.js
karma.config.js
+2
-0
bootstrap.coffee
tests/js/bootstrap.coffee
+1
-0
No files found.
h/static/scripts/vendor/polyfills/promise.js
0 → 100644
View file @
6d0d4426
This diff is collapsed.
Click to expand it.
karma.config.js
View file @
6d0d4426
...
...
@@ -17,6 +17,7 @@ module.exports = function(config) {
files
:
[
'h/static/scripts/vendor/polyfills/bind.js'
,
'h/static/scripts/vendor/polyfills/url.js'
,
'h/static/scripts/vendor/polyfills/promise.js'
,
'h/static/scripts/vendor/jquery.js'
,
'h/static/scripts/vendor/jschannel.js'
,
'h/static/scripts/vendor/jwz.js'
,
...
...
@@ -55,6 +56,7 @@ module.exports = function(config) {
'h/static/scripts/hypothesis.js'
,
'h/static/scripts/*-service.js'
,
'h/templates/client/*.html'
,
'tests/js/bootstrap.coffee'
,
'tests/js/**/*-test.coffee'
],
...
...
tests/js/bootstrap.coffee
0 → 100644
View file @
6d0d4426
ES6Promise
.
polyfill
()
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