cosmetic changes

This commit is contained in:
rolux 2013-07-03 11:12:35 +02:00
parent 58e078e3bb
commit 14f63cdfc3

View file

@ -385,8 +385,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test(
.css(app.getCSS('logo')); .css(app.getCSS('logo'));
Ox.Theme Ox.Theme
? Ox.Theme(theme) ? Ox.Theme(theme)
: Ox.$('body').addClass('OxTheme' + Ox.toTitleCase(theme) : Ox.$('body').addClass('OxTheme' + Ox.toTitleCase(theme));
);
}, },
state: { state: {
animating: false, animating: false,