This commit is contained in:
Andrey Kyrdyumov
2017-03-31 16:36:01 +06:00
parent 9c0045fd41
commit 2d28b18a7f

View File

@@ -76,5 +76,5 @@ function tests_simple() {
declare const host: HTMLElement;
function test_from_amd() {
var picker = new daterangepicker(host);
console.log(picker.startDate.format("YYYY-MM-DD");)
console.log(picker.startDate.format("YYYY-MM-DD"));
}