use new DocPanel options

This commit is contained in:
rolux 2012-06-12 13:18:42 +02:00
parent 6aa3f95a4d
commit afb9b2f6c2

View file

@ -379,7 +379,9 @@ Ox.load(function() {
items: app.data.docItems || void 0, items: app.data.docItems || void 0,
path: 'dev/', path: 'dev/',
replace: [app.re.code], replace: [app.re.code],
selected: app.user.item.doc runTests: true,
selected: app.user.item.doc,
showTests: true
}) })
.bindEvent({ .bindEvent({
select: function(data) { select: function(data) {