Fixes code quality issues
This commit is contained in:
parent
c9ddfab4df
commit
0c97f3574a
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
/* global dateFormat */
|
/* global dateFormat */
|
||||||
/* global Pikaday */
|
/* global Pikaday */
|
||||||
|
|
||||||
import DateFix from './lib/utils/datefix'
|
import DateFix from './lib/utils/datefix';
|
||||||
|
|
||||||
class DueDateSelect {
|
class DueDateSelect {
|
||||||
constructor({ $dropdown, $loading } = {}) {
|
constructor({ $dropdown, $loading } = {}) {
|
||||||
|
|
Loading…
Reference in a new issue