OxEditable: reorder options

This commit is contained in:
rolux 2013-02-25 16:40:14 +00:00
parent 9460f78053
commit ace6c3dd4d

View file

@ -36,9 +36,9 @@ Ox.Editable = function(options, self) {
submitOnBlur: true, submitOnBlur: true,
tags: null, tags: null,
tooltip: '', tooltip: '',
type: 'input',
value: '', value: '',
width: 0, width: 0
type: 'input'
}) })
.options(options || {}) .options(options || {})
.update({ .update({