Skip to content

Commit

Permalink
Window back to this
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Cray committed Jul 9, 2015
1 parent 15da9ec commit ab5e93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/jsonp.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
} else if ((typeof module !== "undefined" && module !== null) && module.exports) {
module.exports = JSONP;
} else {
window.JSONP = JSONP;
this.JSONP = JSONP;
}

}).call(this);
2 changes: 1 addition & 1 deletion lib/jsonp.min.js

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

0 comments on commit ab5e93a

Please sign in to comment.