mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
Move firstDay attribute out of days object
*firstDay* attribute should be in calendar object
This commit is contained in:
committed by
Ruslan Voronkov
parent
0020fcee62
commit
67bcf68325
2
types/kendo-ui/index.d.ts
vendored
2
types/kendo-ui/index.d.ts
vendored
@@ -16,8 +16,8 @@ declare namespace kendo {
|
||||
names: string[];
|
||||
namesAbbr: string[];
|
||||
namesShort: string[];
|
||||
firstDay: number;
|
||||
};
|
||||
firstDay: number;
|
||||
months: {
|
||||
names: string[];
|
||||
namesAbbr: string[];
|
||||
|
||||
Reference in New Issue
Block a user