Compose flow style tweaks

This commit is contained in:
lilia 2015-08-31 15:11:00 -07:00
parent cc92cdfa29
commit 43aaf541c1
6 changed files with 23 additions and 16 deletions

View file

@ -97,7 +97,7 @@
},
render_attributes: function() {
return { placeholder: this.placeholder || "Name or phone number" };
return { placeholder: this.placeholder || "name or phone number" };
},
events: {