1
0
Fork 0
forked from 0x2620/oxjs
This commit is contained in:
rlx 2011-10-06 04:35:02 +00:00
commit cd9a26dab5
2 changed files with 2 additions and 2 deletions

View file

@ -209,7 +209,7 @@ Ox.Input = function(options, self) {
type: self.options.type == 'password' ? 'password' : 'text'
}, self.options.disabled ? {
disabled: 'disabled'
} : {})
} : {}))
.css(Ox.extend({
width: self.inputWidth + 'px',
textAlign: self.options.textAlign