1
0
Fork 0
forked from 0x2620/oxjs

update theme name in documentation

This commit is contained in:
j 2013-02-11 10:47:55 +00:00
commit ab5e6061d7
2 changed files with 2 additions and 2 deletions

View file

@ -297,7 +297,7 @@ Ox.Input = function(options, self) {
/*
if (self.options.type == 'textarea') {
Ox.extend(self, {
colors: Ox.Theme() == 'classic' ?
colors: Ox.Theme() == 'oxlight' ?
[208, 232, 244] :
//[0, 16, 32],
[32, 48, 64],