use new DocPanel options
This commit is contained in:
parent
6aa3f95a4d
commit
afb9b2f6c2
1 changed files with 3 additions and 1 deletions
4
index.js
4
index.js
|
@ -379,7 +379,9 @@ Ox.load(function() {
|
|||
items: app.data.docItems || void 0,
|
||||
path: 'dev/',
|
||||
replace: [app.re.code],
|
||||
selected: app.user.item.doc
|
||||
runTests: true,
|
||||
selected: app.user.item.doc,
|
||||
showTests: true
|
||||
})
|
||||
.bindEvent({
|
||||
select: function(data) {
|
||||
|
|
Loading…
Reference in a new issue