File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ import {ReadyStates} from '../enums';
55import { Connection , ConnectionBackend } from '../interfaces' ;
66import { isPresent } from 'angular2/src/facade/lang' ;
77import { BaseException , WrappedException } from 'angular2/src/facade/exceptions' ;
8- var Rx = require ( '@reactivex/rxjs/dist/cjs/Rx' ) ;
9- let { Subject, ReplaySubject} = Rx ;
8+ import { Subject , ReplaySubject } from '@reactivex/rxjs/dist/cjs/Rx' ;
109
1110/**
1211 *
Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ import {
2929 Http ,
3030 Jsonp
3131} from 'angular2/http' ;
32-
33- var Rx = require ( '@reactivex/rxjs/dist/cjs/Rx' ) ;
34- let { Observable, Subject} = Rx ;
32+ import { Observable , Subject } from '@reactivex/rxjs/dist/cjs/Rx' ;
3533
3634class SpyObserver extends SpyObject {
3735 onNext : Function ;
You can’t perform that action at this time.
0 commit comments