Lintian fixes.

This commit is contained in:
Thomas Liske 2019-10-28 08:25:55 +01:00
parent 0fb15888bc
commit 064c4d7ca7
2 changed files with 4 additions and 4 deletions

View file

@ -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());