simple-ui-builder
Advanced tools
Comparing version 1.0.50 to 1.0.51
{ | ||
"name": "simple-ui-builder", | ||
"version": "1.0.50", | ||
"version": "1.0.51", | ||
"description": "Build user interface like Lego bricks. UI.input(), UI.button(cb), UI.select(arr) etc. For lazy guys as I am.", | ||
@@ -5,0 +5,0 @@ "main": "ui.js", |
@@ -370,2 +370,3 @@ /** | ||
parent: params.parent, | ||
checked: Boolean(params.checked), | ||
text: item, | ||
@@ -372,0 +373,0 @@ id: UI.slug(item), |
35008
938