1
0
Fork 0
forked from 0x2620/oxjs

change color scheme for editable annotations (fixes #502)

This commit is contained in:
rlx 2012-02-17 22:08:02 +00:00
commit ab6c1f2234
3 changed files with 5 additions and 6 deletions

View file

@ -35,7 +35,7 @@ Ox.Editable = function(options, self) {
type: 'input'
})
.options(options || {})
.addClass('OxEditableElement')
.addClass('OxEditableElement' + (self.options.editable ? ' OxEditable' : ''))
.bind({
click: function() {
return false;