knockout.rx: fixed reference to rx.js

This commit is contained in:
Igor Oleinikov
2013-12-16 15:57:03 +04:00
parent 9f7339ed64
commit 9381a60dcb
+1 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
/// <reference path="../knockout/knockout.d.ts"/>
/// <reference path="../rx.js/rx.js.d.ts"/>
/// <reference path="../rx.js/rx.d.ts"/>
interface KnockoutSubscribableFunctions<T> {
toObservable(event?: string): Rx.IObservable<T>;