(js) Minor JavaScript improvements

This commit is contained in:
Francis Lachapelle
2015-07-01 15:21:22 -04:00
parent cc7eeca2c4
commit a408fdff52
4 changed files with 5 additions and 7 deletions
@@ -118,7 +118,7 @@
if (!this.$$fullname)
this.$$fullname = this.$fullname();
if (!this.$$email)
this.$$email = this.$preferredEmail();
this.$$email = this.$preferredEmail(partial);
if (!this.$$image)
this.$$image = this.image || Card.$gravatar(this.$preferredEmail(partial), 32);
this.selected = false;