From 46e7b52930677c43828e97d74c549a8405f34664 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 30 Jun 2017 18:16:59 +0200 Subject: [PATCH] update --- ts/smartchok.plugins.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/smartchok.plugins.ts b/ts/smartchok.plugins.ts index 23854f1..eb1997e 100644 --- a/ts/smartchok.plugins.ts +++ b/ts/smartchok.plugins.ts @@ -6,8 +6,8 @@ export import q = require('q') export import rx = require('rxjs/Rx') // workaround -import {Operator} from 'rxjs/Operator'; -import {Observable} from 'rxjs/Observable'; +import {Operator} from 'rxjs/Operator' +import {Observable} from 'rxjs/Observable' declare module 'rxjs/Subject' { interface Subject { lift(operator: Operator): Observable