1
0
Fork 0
forked from 0x2620/oxjs

misc. minor changes and documentation updates

This commit is contained in:
rolux 2012-04-08 20:22:27 +02:00
commit abfea74565
8 changed files with 102 additions and 30 deletions

View file

@ -149,7 +149,7 @@ Ox.DocPage = function(options, self) {
});
})
)
.append('<b>' + Ox.toTitleCase(section) + '</b>')
.append('<span class="OxSection">' + Ox.toTitleCase(section) + '</span>')
);
if (section == 'examples') {
item.examples.forEach(function(example) {