Fixes code quality issues

This commit is contained in:
Jacob Schatz 2017-07-18 15:07:14 -04:00
parent c9ddfab4df
commit 0c97f3574a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/* global dateFormat */
/* global Pikaday */
import DateFix from './lib/utils/datefix'
import DateFix from './lib/utils/datefix';
class DueDateSelect {
constructor({ $dropdown, $loading } = {}) {

View File

@ -5,4 +5,4 @@ const DateFix = {
}
}
export default DateFix;
export default DateFix;