and change syntax highlighter API once more

This commit is contained in:
rolux 2011-05-08 23:14:56 +02:00
commit 7c3a40368f
2 changed files with 9 additions and 14 deletions

View file

@ -19,7 +19,7 @@ Ox.load('UI', {
.append(
Ox.FormElementGroup({
elements: [
'showLineNumbers', 'showPage', 'showReturns', 'showSpaces', 'showTabs', 'stripComments'
'showLineNumbers', 'showPage', 'showLinebreaks', 'showTabs', 'showWhitespace', 'stripComments'
].map(function(v, i) {
return Ox.Checkbox({
overlap: 'right',