Skip to content

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
camsong committed Aug 29, 2017
1 parent f52a2bb commit 9b56eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/fetch-jsonp.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@

clearFunction(callbackFunction);
removeScript(scriptId);
window[callbackFunction] = function () {};
}, timeout);

// Caught if got 404/500
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-jsonp",
"version": "1.1.1",
"version": "1.1.2",
"description": "Fetch JSONP like a boss using Fetch API",
"main": "build/fetch-jsonp.js",
"scripts": {
Expand Down

0 comments on commit 9b56eea

Please sign in to comment.