@@ -6,7 +6,7 @@ module.exports = [
6
6
authorName : 'Bill' ,
7
7
text : 'Hey Jing, want to give a Flux talk at ForwardJS?' ,
8
8
isRead : false ,
9
- timestamp : Date . now ( ) - 99999
9
+ timestamp : Date . now ( ) - 99999 ,
10
10
} ,
11
11
{
12
12
id : 'm_2' ,
@@ -15,7 +15,7 @@ module.exports = [
15
15
authorName : 'Bill' ,
16
16
text : 'Seems like a pretty cool conference.' ,
17
17
isRead : false ,
18
- timestamp : Date . now ( ) - 89999
18
+ timestamp : Date . now ( ) - 89999 ,
19
19
} ,
20
20
{
21
21
id : 'm_3' ,
@@ -24,7 +24,7 @@ module.exports = [
24
24
authorName : 'Jing' ,
25
25
text : 'Sounds good. Will they be serving dessert?' ,
26
26
isRead : false ,
27
- timestamp : Date . now ( ) - 79999
27
+ timestamp : Date . now ( ) - 79999 ,
28
28
} ,
29
29
{
30
30
id : 'm_4' ,
@@ -33,7 +33,7 @@ module.exports = [
33
33
authorName : 'Bill' ,
34
34
text : 'Hey Dave, want to get a beer after the conference?' ,
35
35
isRead : false ,
36
- timestamp : Date . now ( ) - 69999
36
+ timestamp : Date . now ( ) - 69999 ,
37
37
} ,
38
38
{
39
39
id : 'm_5' ,
@@ -42,7 +42,7 @@ module.exports = [
42
42
authorName : 'Dave' ,
43
43
text : 'Totally! Meet you at the hotel bar.' ,
44
44
isRead : false ,
45
- timestamp : Date . now ( ) - 59999
45
+ timestamp : Date . now ( ) - 59999 ,
46
46
} ,
47
47
{
48
48
id : 'm_6' ,
@@ -51,7 +51,7 @@ module.exports = [
51
51
authorName : 'Bill' ,
52
52
text : 'Hey Brian, are you going to be talking about functional stuff?' ,
53
53
isRead : false ,
54
- timestamp : Date . now ( ) - 49999
54
+ timestamp : Date . now ( ) - 49999 ,
55
55
} ,
56
56
{
57
57
id : 'm_7' ,
@@ -60,6 +60,6 @@ module.exports = [
60
60
authorName : 'Brian' ,
61
61
text : 'At ForwardJS? Yeah, of course. See you there!' ,
62
62
isRead : false ,
63
- timestamp : Date . now ( ) - 39999
64
- }
63
+ timestamp : Date . now ( ) - 39999 ,
64
+ } ,
65
65
]
0 commit comments