add OxDocPage and OxExamplePage CSS classes

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

View file

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

View file

@ -175,6 +175,7 @@ Ox.ExamplePage = function(options, self) {
], ],
orientation: 'vertical' orientation: 'vertical'
}) })
.addClass('OxExamplePage')
); );
Ox.get(self.options.js, function(js) { Ox.get(self.options.js, function(js) {