Skip to content

Commit ce30644

Browse files
authored
add missing commas in objects
1 parent bc1ae6a commit ce30644

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function createMenu(title, body, buttonText, cancellable) {
221221
var menuConfig = {
222222
title: 'Foo',
223223
body: 'Bar',
224-
buttonText: 'Baz'
224+
buttonText: 'Baz',
225225
cancellable: true
226226
}
227227

@@ -459,7 +459,7 @@ function writeForumComment(subject='No subject', body='No text') {
459459
var menuConfig = {
460460
title: null,
461461
body: 'Bar',
462-
buttonText: null
462+
buttonText: null,
463463
cancellable: true
464464
}
465465

@@ -479,7 +479,7 @@ createMenu(menuConfig);
479479
var menuConfig = {
480480
title: null,
481481
body: 'Bar',
482-
buttonText: null
482+
buttonText: null,
483483
cancellable: true
484484
}
485485

0 commit comments

Comments
 (0)