Commit e4bb25a3 authored by yann300's avatar yann300

add expand param

parent 8b2f0b3c
...@@ -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