Commit e53cc1ff authored by Boris Kocherov's avatar Boris Kocherov

jslint fix

parent bca37dc7
......@@ -611,7 +611,7 @@
.filter(function (v) { return v; })
.join(" ")
// use non-breaking hyphen
.replace("-","");
.replace("-", "");
}
if (label.textContent) {
div.appendChild(label);
......@@ -1241,7 +1241,6 @@
var g = this,
property_name = g.element.getAttribute('data-json-property-name'),
schema = options.schema,
delete_button,
root;
g.props.inputs = [];
g.props.add_buttons = [];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment