forked from 0x2620/oxjs
misc updates to ox.js
This commit is contained in:
parent
d64e39c5b2
commit
2ef642fdeb
11 changed files with 136 additions and 93 deletions
|
|
@ -8,7 +8,7 @@ Ox.ArrayEditable = function(options, self) {
|
|||
|
||||
self = self || {};
|
||||
var that = Ox.Element(options.editable === false ? {} : {
|
||||
tooltip: 'Doubleclick to add ' + (options.itemName : 'item')
|
||||
tooltip: 'Doubleclick to add ' + (options.itemName || 'item')
|
||||
})
|
||||
.defaults({
|
||||
editable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue