Skip to content

Commit

Permalink
Updated version to 3.0.0 with breaking setTimeout change
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorhakes committed Jan 9, 2016
1 parent 7ddc003 commit edce456
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Promise.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(function(root) {
// Store setTimeout reference so promise-polyfill will be unaffected by
// other code modifying setTimeout (like sinon.useFakeTimers())

// Store setTimeout reference so promise-polyfill will be unaffected by
// other code modifying setTimeout (like sinon.useFakeTimers())
var setTimeout = setTimeout;

// Use polyfill for setImmediate for performance gains
Expand Down
4 changes: 2 additions & 2 deletions Promise.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "promise-polyfill",
"version": "2.1.3",
"version": "3.0.0",
"description": "Lightweight promise polyfill. A+ compliant",
"main": "Promise.js",
"scripts": {
Expand Down

0 comments on commit edce456

Please sign in to comment.