fixed js style

This commit is contained in:
Alberto Miranda
2016-06-25 17:40:47 -03:00
parent 2043dc2161
commit 3e19cdfb0b

View File

@@ -88,7 +88,7 @@ function renderSection (definition, controls) {
`
}
function renderCheckbox(definition, value, callback) {
function renderCheckbox (definition, value, callback) {
var checked = ''
if (value) checked = 'checked'