Skip to content

Commit

Permalink
chore(lint): remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Jul 7, 2018
1 parent 4d6dc0c commit 38bc6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/observable/dom/AjaxObservable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export class AjaxSubscriber<T> extends Subscriber<Event> {
} else {
subscriber.error(ajaxTimeoutError);
}
};
}
xhr.ontimeout = xhrTimeout;
(<any>xhrTimeout).request = request;
(<any>xhrTimeout).subscriber = this;
Expand Down

0 comments on commit 38bc6a1

Please sign in to comment.