mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-08 16:40:30 +08:00
Changed the iso8601Week function of the Datepicker interface to return type 'number', not type 'void'. See: http://api.jqueryui.com/datepicker/
This commit is contained in:
Vendored
+1
-1
@@ -157,7 +157,7 @@ declare module JQueryUI {
|
||||
setDefaults(defaults: DatepickerOptions): void;
|
||||
formatDate(format: string, date: Date, settings?: DatepickerFormatDateOptions): string;
|
||||
parseDate(format: string, date: string, settings?: DatepickerFormatDateOptions): Date;
|
||||
iso8601Week(date: Date): void;
|
||||
iso8601Week(date: Date): number;
|
||||
noWeekends(): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user