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,
tags: null,
tooltip: '',
type: 'input',
value: '',
width: 0,
type: 'input'
width: 0
})
.options(options || {})
.update({