forked from 0x2620/oxjs
typos
This commit is contained in:
parent
c615da5c15
commit
cd9a26dab5
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue