diff --git a/source/Ox.UI/js/Form/Editable.js b/source/Ox.UI/js/Form/Editable.js index bdb35b8d..82fcf16d 100644 --- a/source/Ox.UI/js/Form/Editable.js +++ b/source/Ox.UI/js/Form/Editable.js @@ -159,6 +159,7 @@ Ox.Editable = function(options, self) { }) .appendTo(that); self.$input.find('input').css(self.css); + // FIXME: does this work without $element? self.$test = self.$value.$element.clone() .css(Ox.extend({display: 'inline-block'}, self.css)) .html(formatTestValue())