bump minor version

This commit is contained in:
Jimmy Wärting
2019-05-14 10:00:17 +02:00
parent 71f266f93e
commit 1bc9ed39c4
7 changed files with 2598 additions and 13 deletions
+1 -3
View File
@@ -69,9 +69,7 @@
try {
xhr.send();
} catch (e) {
return false;
}
} catch (e) {}
return xhr.status >= 200 && xhr.status <= 299;
} // `a.click()` doesn't work for all browsers (#465)