..clone -> .clone
This commit is contained in:
parent
7dc53b7252
commit
763f256e12
1 changed files with 1 additions and 2 deletions
|
@ -159,8 +159,7 @@ Ox.Editable = function(options, self) {
|
||||||
})
|
})
|
||||||
.appendTo(that);
|
.appendTo(that);
|
||||||
self.$input.find('input').css(self.css);
|
self.$input.find('input').css(self.css);
|
||||||
// FIXME: does this work without $element?
|
self.$test = self.$value.clone()
|
||||||
self.$test = self.$value.$element.clone()
|
|
||||||
.css(Ox.extend({display: 'inline-block'}, self.css))
|
.css(Ox.extend({display: 'inline-block'}, self.css))
|
||||||
.html(formatTestValue())
|
.html(formatTestValue())
|
||||||
.css({background: 'rgb(192, 192, 192)'})
|
.css({background: 'rgb(192, 192, 192)'})
|
||||||
|
|
Loading…
Reference in a new issue