Skip to content

Commit cf68c45

Browse files
authoredMay 24, 2017
Remove es6-promise script, simply point to repo
1 parent d562ceb commit cf68c45

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎README.md

-4
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,6 @@ storage.onConnect().then(function() {
251251
For compatibility with older browsers, simply load a Promise polyfill such as
252252
[es6-promise](https://github.com/jakearchibald/es6-promise).
253253

254-
``` html
255-
<script src="https://s3.amazonaws.com/es6-promises/promise-1.0.0.min.js"></script>
256-
```
257-
258254
You can also use RSVP or any other ES6 compliant promise library. Supports IE8
259255
and up using the above polyfill. A JSON polyfill is also required
260256
for IE8 in Compatibility View. Also note that `catch` is a reserved word in IE8,

0 commit comments

Comments
 (0)
Please sign in to comment.