Fix undefined variables errors

This commit is contained in:
Maxime Quandalle 2016-07-21 11:19:52 +02:00
parent 3643bd4996
commit 77069a36cd
No known key found for this signature in database
GPG key ID: 428641C03D29CA10
2 changed files with 6 additions and 3 deletions

View file

@ -29,7 +29,7 @@ InlinedForm = BlazeComponent.extendComponent({
},
open(evt) {
evt.preventDefault();
evt && evt.preventDefault();
// Close currently opened form, if any
EscapeActions.executeUpTo('inlinedForm');