don't run tests on load

This commit is contained in:
rolux 2012-06-12 15:32:11 +02:00
parent 6db715ab87
commit def580aa0a

View file

@ -382,7 +382,6 @@ Ox.load(function() {
path: 'dev/', path: 'dev/',
references: /\b(Ox\.[\w\$]+)\b/g, references: /\b(Ox\.[\w\$]+)\b/g,
replace: [app.re.code], replace: [app.re.code],
runTests: true,
selected: app.user.item.doc, selected: app.user.item.doc,
showTests: true showTests: true
}) })