Fixed reference path to RxJS in knockout.rx.d.ts

This commit is contained in:
Igor Oleinikov
2014-07-21 18:15:18 -07:00
parent aef69df8b4
commit 3394ad045e

View File

@@ -4,7 +4,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../knockout/knockout.d.ts"/>
/// <reference path="../rx.js/rx.d.ts"/>
/// <reference path="../rx/rx.d.ts"/>
interface KnockoutSubscribableFunctions<T> {
toObservable(event?: string): Rx.Observable<T>;