Skip to content

Commit

Permalink
fix(ajaxobservable): fix operator import path
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Oct 18, 2017
1 parent 9538a20 commit d9b62ed
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 @@ -4,7 +4,7 @@ import { errorObject } from '../../util/errorObject';
import { Observable } from '../../Observable';
import { Subscriber } from '../../Subscriber';
import { TeardownLogic } from '../../Subscription';
import { map } from '../../operators';
import { map } from '../../operators/map';

export interface AjaxRequest {
url?: string;
Expand Down

0 comments on commit d9b62ed

Please sign in to comment.