Comparing version 0.0.2 to 0.0.3
if (typeof global !== 'undefined') { | ||
var self = global; | ||
} | ||
var self = global || this; | ||
@@ -6,0 +4,0 @@ import param from 'jquery-param'; |
@@ -14,4 +14,2 @@ (function (global, factory) { | ||
})(this, function (exports, module, _jqueryParam) { | ||
'use strict'; | ||
var _interopRequire = function (obj) { return obj && obj.__esModule ? obj['default'] : obj; }; | ||
@@ -25,5 +23,3 @@ | ||
if (typeof global !== 'undefined') { | ||
var self = global; | ||
} | ||
var self = global || this; | ||
@@ -30,0 +26,0 @@ // https://github.com/jquery/jquery/blob/master/src/ajax.js#L20 |
{ | ||
"name": "fetch-er", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "WHATWG fetch helper", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/othree/fetcher", |
Sorry, the diff of this file is not supported yet
20763
509