add fixme
This commit is contained in:
parent
1ac7499986
commit
36b7c15513
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +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.$element.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())
|
||||||
|
|
Loading…
Reference in a new issue