Commit ea15e2e6 authored by yann300's avatar yann300

add expand param

parent 5c6a6b77
...@@ -50,8 +50,8 @@ class TreeView { ...@@ -50,8 +50,8 @@ class TreeView {
this.carets = {} this.carets = {}
} }
render (json) { render (json, expand) {
var view = this.renderProperties(json, false) var view = this.renderProperties(json, expand)
if (!this.view) { if (!this.view) {
this.view = view this.view = view
} }
......
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