1
0
Fork 0
forked from 0x2620/oxjs

add OxDocPage and OxExamplePage CSS classes

This commit is contained in:
rolux 2012-06-15 10:43:20 +02:00
commit b2eaf6a867
2 changed files with 2 additions and 0 deletions

View file

@ -61,6 +61,7 @@ Ox.DocPage = function(options, self) {
],
orientation: 'vertical'
})
.addClass('OxDocPage')
)
getItem(self.options.item, 0).forEach(function($element) {