add OxDocPage and OxExamplePage CSS classes
This commit is contained in:
parent
144b4cdb42
commit
b2eaf6a867
2 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue