example-mailbox: v4

This commit is contained in:
Yoshua Wuyts
2016-05-12 19:37:02 +07:00
parent e0bf7cb032
commit 56f335b71d
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -3,11 +3,11 @@ module.exports = {
messages: [
{
id: 4,
subject: 'Should I use Ember',
subject: 'Should I use Choo',
from: 'user@example.com',
to: 'tomster@emberjs.com',
to: 'choochoo@choojs.com',
date: new Date(),
body: 'Ember looks pretty good, should I use it?'
body: 'Choo looks pretty good, should I use it?'
}
]
},