cosmetic changes
This commit is contained in:
parent
c97895f55d
commit
31382f2513
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Ox.Theme = (function() {
|
|||
classNames && Ox.forEach(classNames.split(' '), function(className) {
|
||||
if (Ox.startsWith(className, 'OxTheme')) {
|
||||
theme = className.replace('OxTheme', '');
|
||||
theme = theme[0].toLowerCase() + theme.substr(1);
|
||||
theme = theme[0].toLowerCase() + theme.slice(1);
|
||||
return false; // break
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue