Update reference paths

This commit is contained in:
Boris Yankov
2013-01-17 20:03:30 +02:00
parent a427049e18
commit 209d95071a
90 changed files with 928 additions and 925 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/// <reference path="history-1.7.d.ts" />
/// <reference path="history.d.ts" />
if (!History.enabled) {
return false;
+1 -1
View File
@@ -22,4 +22,4 @@ interface History {
go(X);
log(...messages: any[]);
debug(...messages: any[]);
}
}