Move firstDay attribute out of days object

*firstDay* attribute should be in calendar object
This commit is contained in:
Ruslan Voronkov
2017-06-26 10:03:19 +03:00
committed by Ruslan Voronkov
parent 0020fcee62
commit 67bcf68325

View File

@@ -16,8 +16,8 @@ declare namespace kendo {
names: string[];
namesAbbr: string[];
namesShort: string[];
firstDay: number;
};
firstDay: number;
months: {
names: string[];
namesAbbr: string[];