Skip to content

Commit 36c7008

Browse files
committed
Remove unreachable return
1 parent 051e765 commit 36c7008

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/IE9/xhrLoadWithXDR.js

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
else {
8282
return onload.call(_this, file, xhr);
8383
}
84-
return onload.call(_this, file, xhr);
8584
} catch (e) {
8685
_this.asyncComplete(file, e.message || 'Exception');
8786
}

0 commit comments

Comments
 (0)