cosmetic changes
This commit is contained in:
parent
73cac6c4dc
commit
f78fab8103
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ Ox.DocPage = function(options, self) {
|
||||||
orientation: 'vertical'
|
orientation: 'vertical'
|
||||||
})
|
})
|
||||||
.addClass('OxDocPage')
|
.addClass('OxDocPage')
|
||||||
)
|
);
|
||||||
|
|
||||||
getItem(self.options.item, 0).forEach(function($element) {
|
getItem(self.options.item, 0).forEach(function($element) {
|
||||||
self.$page.append($element);
|
self.$page.append($element);
|
||||||
|
|
Loading…
Reference in a new issue