diff --git a/source/Ox.UI/js/Code/DocPage.js b/source/Ox.UI/js/Code/DocPage.js index 155974c4..743bf1ed 100644 --- a/source/Ox.UI/js/Code/DocPage.js +++ b/source/Ox.UI/js/Code/DocPage.js @@ -61,6 +61,7 @@ Ox.DocPage = function(options, self) { ], orientation: 'vertical' }) + .addClass('OxDocPage') ) getItem(self.options.item, 0).forEach(function($element) { diff --git a/source/Ox.UI/js/Code/ExamplePage.js b/source/Ox.UI/js/Code/ExamplePage.js index 35785231..de2bd7c1 100644 --- a/source/Ox.UI/js/Code/ExamplePage.js +++ b/source/Ox.UI/js/Code/ExamplePage.js @@ -175,6 +175,7 @@ Ox.ExamplePage = function(options, self) { ], orientation: 'vertical' }) + .addClass('OxExamplePage') ); Ox.get(self.options.js, function(js) {