simple-ui-builder
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "simple-ui-builder", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Build user interface like Lego bricks. UI.input(), UI.button(cb), UI.select(arr) etc. For lazy guys as I am.", | ||
@@ -18,3 +18,7 @@ "main": "ui.js", | ||
}, | ||
"homepage": "https://github.com/artbels/simple-ui-builder#readme" | ||
"homepage": "https://github.com/artbels/simple-ui-builder#readme", | ||
"devDependencies": { | ||
"gulp": "^3.9.1", | ||
"gulp-uglify": "^1.5.3" | ||
} | ||
} |
@@ -383,2 +383,4 @@ /** | ||
params = params || {} | ||
if (typeof params.parent == 'string') { | ||
@@ -389,4 +391,2 @@ params.parent = document.querySelector(params.parent) | ||
params = params || {} | ||
cb = cb || function (id) { | ||
@@ -393,0 +393,0 @@ console.log(id + ' checked') |
56277
6
1016
2