We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87ca45 commit 593c38eCopy full SHA for 593c38e
response.js
@@ -6,7 +6,7 @@
6
var $ = root.jQuery || root.Zepto || root.ender || root.elo;
7
if (typeof module != 'undefined' && module.exports) module.exports = make($);
8
else root[name] = make($);
9
-}(this, 'Response', function($) {
+}(this || window, 'Response', function($) {
10
11
if (typeof $ != 'function') {
12
try {
0 commit comments