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

@ -47,7 +47,7 @@ Ox.Button = function(options, self) {
type: self.options.type == 'text' ? 'button' : 'image'
}, self.options.disabled ? {
disabled: 'disabled'
} : {})
} : {}))
.addClass('OxButton Ox' + Ox.toTitleCase(self.options.size) +
(self.options.disabled ? ' OxDisabled': '') +
(self.options.selected ? ' OxSelected': '') +