mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Incorrect references in tests are fixed
This commit is contained in:
@@ -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,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());
|
||||
|
||||
Reference in New Issue
Block a user