mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 23:28:49 +01:00
Lintian fixes.
This commit is contained in:
parent
0fb15888bc
commit
064c4d7ca7
2 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ DatePicker = BlazeComponent.extendComponent({
|
|||
return 'datepicker';
|
||||
},
|
||||
|
||||
onCreated(defaultTime='1970-01-01 08:00:00') {
|
||||
onCreated(defaultTime = '1970-01-01 08:00:00') {
|
||||
this.error = new ReactiveVar('');
|
||||
this.card = this.data();
|
||||
this.date = new ReactiveVar(moment.invalid());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue