updates
This commit is contained in:
@@ -61,10 +61,10 @@ export class TwoDatePicker {
|
||||
|
||||
const that = this;
|
||||
|
||||
this.ui = El('div', { class: 'sp-two-datepicker' });
|
||||
this.ui = El('div', { className: 'sp-two-datepicker' });
|
||||
|
||||
let firstCol = El('div', { class: 'ui-col' });
|
||||
let secondCol = El('div', { class: 'ui-col' });
|
||||
let firstCol = El('div', { className: 'ui-col' });
|
||||
let secondCol = El('div', { className: 'ui-col' });
|
||||
|
||||
this.ui.append(firstCol);
|
||||
this.ui.append(secondCol);
|
||||
|
||||
Reference in New Issue
Block a user