Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
happycollision authored Nov 9, 2018
1 parent fc377d4 commit b38bf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretender.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function interceptor(ctx) {
var xhr = createPassthrough(this);
xhr.send.apply(xhr, this.sendArguments);
return xhr;
}
};


function createPassthrough(fakeXHR) {
Expand Down

0 comments on commit b38bf86

Please sign in to comment.