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({