Skip to content

Commit

Permalink
Merge pull request #1896 from elliotschi/master
Browse files Browse the repository at this point in the history
chore(Observable.ajax): change method to optional on interface, since…
  • Loading branch information
jayphelps authored Sep 6, 2016
2 parents a61c8b2 + 9ed4f54 commit af4e6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/observable/dom/AjaxObservable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface AjaxRequest {
body?: any;
user?: string;
async?: boolean;
method: string;
method?: string;
headers?: Object;
timeout?: number;
password?: string;
Expand Down

0 comments on commit af4e6a9

Please sign in to comment.