1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

this.initFormControls() fix

This commit is contained in:
codecalm
2019-07-10 21:06:40 +02:00
parent c00da17f2b
commit fba6e2a785

View File

@@ -3,7 +3,6 @@
class TablerDemo {
constructor() {
this.init();
this.initFormControls();
this.form = document.querySelector('.js-layout-form');
@@ -20,6 +19,8 @@ class TablerDemo {
});
}
}
this.initFormControls();
};
init() {