Revert "Remove useless reference to RxJS"

This reverts commit dc4d81a6bd.
This commit is contained in:
Carl de Billy
2014-07-20 16:25:49 -04:00
parent dc4d81a6bd
commit 0692edd238
+1
View File
@@ -4,6 +4,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../knockout/knockout.d.ts"/>
/// <reference path="../rx.js/rx.d.ts"/>
interface KnockoutSubscribableFunctions<T> {
toObservable(event?: string): Rx.Observable<T>;