Commit 49e9f1db authored by Tristan Cavelier's avatar Tristan Cavelier

jslint, unneeded "else" in davstorage.js

parent e8aca631
......@@ -582,9 +582,8 @@ jIO.addStorageType("dav", function (spec, my) {
} catch (e) {
if (e.name === "TypeError" && e.status === 24) {
return;
} else {
throw e;
}
throw e;
}
if (row.id.length !== 1) {
row = undefined;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment