Commit e53cc1ff authored by Boris Kocherov's avatar Boris Kocherov

jslint fix

parent bca37dc7
...@@ -611,7 +611,7 @@ ...@@ -611,7 +611,7 @@
.filter(function (v) { return v; }) .filter(function (v) { return v; })
.join(" ") .join(" ")
// use non-breaking hyphen // use non-breaking hyphen
.replace("-",""); .replace("-", "");
} }
if (label.textContent) { if (label.textContent) {
div.appendChild(label); div.appendChild(label);
...@@ -1241,7 +1241,6 @@ ...@@ -1241,7 +1241,6 @@
var g = this, var g = this,
property_name = g.element.getAttribute('data-json-property-name'), property_name = g.element.getAttribute('data-json-property-name'),
schema = options.schema, schema = options.schema,
delete_button,
root; root;
g.props.inputs = []; g.props.inputs = [];
g.props.add_buttons = []; 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