From b2eaf6a867154d93ce94f95196394912602a6e42 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 15 Jun 2012 10:43:20 +0200 Subject: [PATCH] add OxDocPage and OxExamplePage CSS classes --- source/Ox.UI/js/Code/DocPage.js | 1 + source/Ox.UI/js/Code/ExamplePage.js | 1 + 2 files changed, 2 insertions(+) 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) {