Renamed rx.js.*.d.ts files into rx.*.d.ts; fixed references

This commit is contained in:
Igor Oleinikov
2013-12-16 09:58:41 +04:00
parent 58a5b53bcd
commit 249fd303b3
11 changed files with 2 additions and 2 deletions
View File
View File
View File
+2 -2
View File
@@ -1,5 +1,5 @@
///<reference path="rx.js.d.ts" />
///<reference path="rx.js.virtualtime.d.ts" />
///<reference path="rx.d.ts" />
///<reference path="rx.virtualtime.d.ts" />
// Type definitions for RxJS-Testing
// Project: https://github.com/Reactive-Extensions/RxJS/
View File