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,
|
submitOnBlur: true,
|
||||||
tags: null,
|
tags: null,
|
||||||
tooltip: '',
|
tooltip: '',
|
||||||
|
type: 'input',
|
||||||
value: '',
|
value: '',
|
||||||
width: 0,
|
width: 0
|
||||||
type: 'input'
|
|
||||||
})
|
})
|
||||||
.options(options || {})
|
.options(options || {})
|
||||||
.update({
|
.update({
|
||||||
|
|
Loading…
Reference in a new issue