updates
This commit is contained in:
@@ -45,10 +45,10 @@ export class DatePicker {
|
|||||||
}, ... opts };
|
}, ... opts };
|
||||||
|
|
||||||
this.conf = {
|
this.conf = {
|
||||||
weekdays: this.widget.weekdays[0].split(',').map(function(val) {
|
weekdays: Ut.objVal(this.widget.weekdays).split(',').map(function(val) {
|
||||||
return val.trim();
|
return val.trim();
|
||||||
}),
|
}),
|
||||||
months: this.widget.months[0].split(',').map(function(val) {
|
months: Ut.objVal(this.widget.months).split(',').map(function(val) {
|
||||||
return val.trim();
|
return val.trim();
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user