add fixme

This commit is contained in:
rlx 2014-09-22 13:25:27 +02:00
parent 1ac7499986
commit 36b7c15513

View file

@ -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())