Style Guide: Additional message examples, a few fixes to enable

This commit is contained in:
Scott Nonnenberg 2018-04-16 18:17:38 -07:00
parent 6a4acc813c
commit a563dc8b37
No known key found for this signature in database
GPG key ID: 5F82280C35134661
6 changed files with 272 additions and 7 deletions

View file

@ -45,8 +45,10 @@
tagName: 'span',
className: 'some-failed',
templateName: 'some-failed',
render_attributes: {
someFailed: i18n('someRecipientsFailed'),
render_attributes() {
return {
someFailed: i18n('someRecipientsFailed'),
};
},
});
const TimerView = Whisper.View.extend({