Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dcbca43

Browse filesBrowse files
Merge pull request ryanmcdermott#11 from Yahkob/patch-4
add missing commas in objects
2 parents e560b13 + ce30644 commit dcbca43
Copy full SHA for dcbca43

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
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

@@ -458,7 +458,7 @@ function writeForumComment(subject = 'No subject', body = 'No text') {
458458
var menuConfig = {
459459
title: null,
460460
body: 'Bar',
461-
buttonText: null
461+
buttonText: null,
462462
cancellable: true
463463
}
464464

@@ -478,7 +478,7 @@ createMenu(menuConfig);
478478
var menuConfig = {
479479
title: null,
480480
body: 'Bar',
481-
buttonText: null
481+
buttonText: null,
482482
cancellable: true
483483
}
484484

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.