From 47061543ea19334fe7dbe3be8b0da110aa4766ed Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Mon, 16 Jan 2012 13:01:48 +0530 Subject: [PATCH] merge --- source/Ox.UI/js/Form/Ox.Editable.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/Ox.UI/js/Form/Ox.Editable.js b/source/Ox.UI/js/Form/Ox.Editable.js index 9afc2df5..28bbce81 100644 --- a/source/Ox.UI/js/Form/Ox.Editable.js +++ b/source/Ox.UI/js/Form/Ox.Editable.js @@ -203,8 +203,7 @@ Ox.Editable = function(options, self) { self.$input.options({ width: width, height: height - }) - //.show(); + }); self.$input.find(self.options.type).css({ height: height + 'px', width: width + 'px'