Fix syntax error in Color Picker examples

This commit is contained in:
keegan-lillo
2016-03-14 01:20:07 +11:00
parent 0a2ddab597
commit b19b07c47d
+3 -3
View File
@@ -326,9 +326,9 @@ The color picker will automatically show a different layout depending on the wat
"label": "Background Color",
"sunlight": true,
"layout": [
[false, '00aaff', false],
['0055ff, '0000ff', '0000aa],
[false, '5555ff', false]
[false, "00aaff", false],
["0055ff", "0000ff", "0000aa"],
[false, "5555ff", false]
]
}
```