Skip to content

Commit

Permalink
refactor(ajax): remove create2 method, which is cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Jan 13, 2016
1 parent 3d44b4e commit 60ce83f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/observable/dom/ajax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ export class AjaxObservable<T> extends Observable<T> {
return <AjaxCreationMethod>create;
})();

static create2<T>(options: string | AjaxRequest): Observable<T> {
return new AjaxObservable(options);
}

private request: AjaxRequest;

constructor(urlOrRequest: string | AjaxRequest) {
Expand Down

0 comments on commit 60ce83f

Please sign in to comment.