From 36b7c1551375d71623388d70f4a7416bc926d82c Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Mon, 22 Sep 2014 13:25:27 +0200 Subject: [PATCH] add fixme --- source/Ox.UI/js/Form/Editable.js | 1 + 1 file changed, 1 insertion(+) 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())