mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Fix typo
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user