From ace6c3dd4d74ccda6c6142acc43a7024278b970f Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 25 Feb 2013 16:40:14 +0000 Subject: [PATCH] OxEditable: reorder options --- source/Ox.UI/js/Form/Editable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/js/Form/Editable.js b/source/Ox.UI/js/Form/Editable.js index 712e44db..c0086351 100644 --- a/source/Ox.UI/js/Form/Editable.js +++ b/source/Ox.UI/js/Form/Editable.js @@ -36,9 +36,9 @@ Ox.Editable = function(options, self) { submitOnBlur: true, tags: null, tooltip: '', + type: 'input', value: '', - width: 0, - type: 'input' + width: 0 }) .options(options || {}) .update({