@@ -6,7 +6,7 @@ module.exports = [
66 authorName : 'Bill' ,
77 text : 'Hey Jing, want to give a Flux talk at ForwardJS?' ,
88 isRead : false ,
9- timestamp : Date . now ( ) - 99999
9+ timestamp : Date . now ( ) - 99999 ,
1010 } ,
1111 {
1212 id : 'm_2' ,
@@ -15,7 +15,7 @@ module.exports = [
1515 authorName : 'Bill' ,
1616 text : 'Seems like a pretty cool conference.' ,
1717 isRead : false ,
18- timestamp : Date . now ( ) - 89999
18+ timestamp : Date . now ( ) - 89999 ,
1919 } ,
2020 {
2121 id : 'm_3' ,
@@ -24,7 +24,7 @@ module.exports = [
2424 authorName : 'Jing' ,
2525 text : 'Sounds good. Will they be serving dessert?' ,
2626 isRead : false ,
27- timestamp : Date . now ( ) - 79999
27+ timestamp : Date . now ( ) - 79999 ,
2828 } ,
2929 {
3030 id : 'm_4' ,
@@ -33,7 +33,7 @@ module.exports = [
3333 authorName : 'Bill' ,
3434 text : 'Hey Dave, want to get a beer after the conference?' ,
3535 isRead : false ,
36- timestamp : Date . now ( ) - 69999
36+ timestamp : Date . now ( ) - 69999 ,
3737 } ,
3838 {
3939 id : 'm_5' ,
@@ -42,7 +42,7 @@ module.exports = [
4242 authorName : 'Dave' ,
4343 text : 'Totally! Meet you at the hotel bar.' ,
4444 isRead : false ,
45- timestamp : Date . now ( ) - 59999
45+ timestamp : Date . now ( ) - 59999 ,
4646 } ,
4747 {
4848 id : 'm_6' ,
@@ -51,7 +51,7 @@ module.exports = [
5151 authorName : 'Bill' ,
5252 text : 'Hey Brian, are you going to be talking about functional stuff?' ,
5353 isRead : false ,
54- timestamp : Date . now ( ) - 49999
54+ timestamp : Date . now ( ) - 49999 ,
5555 } ,
5656 {
5757 id : 'm_7' ,
@@ -60,6 +60,6 @@ module.exports = [
6060 authorName : 'Brian' ,
6161 text : 'At ForwardJS? Yeah, of course. See you there!' ,
6262 isRead : false ,
63- timestamp : Date . now ( ) - 39999
64- }
63+ timestamp : Date . now ( ) - 39999 ,
64+ } ,
6565]
0 commit comments