Skip to content

Commit

Permalink
this || window // #63 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve authored Nov 4, 2017
1 parent c87ca45 commit 593c38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion response.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
var $ = root.jQuery || root.Zepto || root.ender || root.elo;
if (typeof module != 'undefined' && module.exports) module.exports = make($);
else root[name] = make($);
}(this, 'Response', function($) {
}(this || window, 'Response', function($) {

if (typeof $ != 'function') {
try {
Expand Down
Loading

0 comments on commit 593c38e

Please sign in to comment.