Skip to content

Commit 593c38e

Browse files
authored
this || window // #63 (#74)
1 parent c87ca45 commit 593c38e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

response.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
var $ = root.jQuery || root.Zepto || root.ender || root.elo;
77
if (typeof module != 'undefined' && module.exports) module.exports = make($);
88
else root[name] = make($);
9-
}(this, 'Response', function($) {
9+
}(this || window, 'Response', function($) {
1010

1111
if (typeof $ != 'function') {
1212
try {

0 commit comments

Comments
 (0)