Skip to content

Commit

Permalink
Fixed browserify issue with this
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Hakes committed Sep 15, 2014
1 parent 18c9ea0 commit 1d9570b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Promise.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@
}
});
};
})(this);
})(this || window);
2 changes: 1 addition & 1 deletion 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 bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "promise-polyfill",
"version": "1.0.1",
"version": "1.1.3",
"homepage": "/~https://github.com/taylorhakes/promise-polyfill",
"authors": [
"Taylor Hakes"
Expand Down
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": "1.1.2",
"version": "1.1.3",
"description": "Light weight promise polyfill. A+ compliant",
"main": "Promise.js",
"scripts": {
Expand Down

0 comments on commit 1d9570b

Please sign in to comment.