1
0
Fork 0
forked from 0x2620/oxjs

fixing loader

This commit is contained in:
rolux 2011-04-25 11:33:39 +02:00
commit e7b870d3cb
4 changed files with 8 additions and 15 deletions

View file

@ -211,7 +211,7 @@ Ox.Input = function(options, self) {
// probably better: divs in the background
if (self.options.type == 'textarea') {
$.extend(self, {
colors: Ox.theme() == 'classic' ?
colors: Ox.Theme() == 'classic' ?
[208, 232, 244] :
//[0, 16, 32],
[32, 48, 64],