Incorrect references in tests are fixed

This commit is contained in:
Maksim Kozhukh
2013-10-15 22:13:48 +03:00
parent f83a65a5de
commit 3abbf93142
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/// <reference path="./dhtmlx/dhtmlxgantt.d.ts" />
/// <reference path="dhtmlxgantt.d.ts" />
//date operations
var start: Date = gantt.date.week_start(new Date());
+1 -1
View File
@@ -1,4 +1,4 @@
/// <reference path="./dhtmlx/dhtmlxscheduler.d.ts" />
/// <reference path="dhtmlxscheduler.d.ts" />
//date operations
var start: Date = scheduler.date.week_start(new Date());