OxEditable: reorder options
This commit is contained in:
parent
9460f78053
commit
ace6c3dd4d
1 changed files with 2 additions and 2 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue