Commit ea15e2e6 authored by yann300's avatar yann300

add expand param

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