1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Added missed commas

This commit is contained in:
Slava Pavlov 2017-11-11 14:10:01 +03:00 committed by GitHub
parent 71b74d9d38
commit ee6bb70131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ When options are to be generated in `<optgroup>` sections, options should be nes
{ {
"id": 1, "id": 1,
"text": "Option 1.1" "text": "Option 1.1"
} },
{ {
"id": 2, "id": 2,
"text": "Option 1.2" "text": "Option 1.2"
@ -117,7 +117,7 @@ When options are to be generated in `<optgroup>` sections, options should be nes
{ {
"id": 3, "id": 3,
"text": "Option 2.1" "text": "Option 2.1"
} },
{ {
"id": 4, "id": 4,
"text": "Option 2.2" "text": "Option 2.2"