Skip to content

Commit 8ebbcfa

Browse files
authored
Merge pull request jagenjo#321 from tsbits/patch-1
Update README.md
2 parents ab1c237 + afdebc1 commit 8ebbcfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ This is the list of supported widgets:
195195

196196
or if you want to use objects:
197197

198-
```this.addWidget("combo","Combo", value1, callback, { values: { "title1":value1, "title2":value2 } );```
198+
```this.addWidget("combo","Combo", value1, callback, { values: { "title1":value1, "title2":value2 } } );```
199199

200200
* **"text"** to edit a short string
201201
* **"toggle"** like a checkbox

0 commit comments

Comments
 (0)