1
0
Fork 0
forked from 0x2620/oxjs

better syntax highlighter demo, some bugfixes

This commit is contained in:
rolux 2011-05-08 20:22:43 +02:00
commit 0b629a1b40
4 changed files with 214 additions and 189 deletions

View file

@ -129,6 +129,7 @@ Ox.DocPage = function(options, self) {
);
$elements.push(
Ox.SyntaxHighlighter({
showLineNumbers: true,
// fixme: silly
source: item.source.map(function(token) {
return token.source;