forked from 0x2620/oxjs
misc. minor changes and documentation updates
This commit is contained in:
parent
92d4b032da
commit
abfea74565
8 changed files with 102 additions and 30 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue