Skip to content

Commit

Permalink
Incorrect references in tests are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mkozhukh committed Oct 15, 2013
1 parent f83a65a commit 3abbf93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dhtmlxgantt/dhtmlxgantt-test.ts
Original file line number Diff line number Diff line change
@@ -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());
Expand Down
2 changes: 1 addition & 1 deletion dhtmlxscheduler/dhtmlxscheduler-test.ts
Original file line number Diff line number Diff line change
@@ -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());
Expand Down

0 comments on commit 3abbf93

Please sign in to comment.