diff --git a/rx.js/rx.binding-lite.ts b/rx.js/rx.binding-lite.ts index 1e5d95eaf..1ce2b00b9 100644 --- a/rx.js/rx.binding-lite.ts +++ b/rx.js/rx.binding-lite.ts @@ -1,8 +1,6 @@ // This file contains common part of defintions for rx.binding.d.ts and rx.lite.d.ts // Do not include the file separately. -/// - declare module Rx { export interface BehaviorSubject extends Subject { }