Commit 2060c751 authored by yann300's avatar yann300

typo

parent 2a50e5da
...@@ -43,7 +43,6 @@ class TreeView { ...@@ -43,7 +43,6 @@ class TreeView {
return this.formatData(key, data.self, children, expand) return this.formatData(key, data.self, children, expand)
} }
renderProperties (json, expand) { renderProperties (json, expand) {
var children = Object.keys(json).map((innerkey) => { var children = Object.keys(json).map((innerkey) => {
return this.renderObject(json[innerkey], innerkey, expand) return this.renderObject(json[innerkey], innerkey, expand)
......
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