Support custom placeholder on recipients input

This commit is contained in:
lilia
2015-06-09 12:04:03 -07:00
parent 9795b26bc1
commit 23db5802cf
3 changed files with 12 additions and 3 deletions

View File

@@ -28,7 +28,9 @@
window: options.window
});
this.recipients_view = new Whisper.RecipientsInputView();
this.recipients_view = new Whisper.RecipientsInputView({
placeholder: "Add member"
});
this.$('.scrollable').append(this.recipients_view.el);
this.$('.avatar').addClass('default');
},