pass options through array editable

This commit is contained in:
rolux 2014-12-17 15:38:16 +00:00
parent 5f15edeb16
commit 424bbdd759

View file

@ -164,7 +164,9 @@ Ox.ArrayEditable = function(options, self) {
autocompleteSelect: self.options.autocompleteSelect, autocompleteSelect: self.options.autocompleteSelect,
autocompleteSelectHighlight: self.options.autocompleteSelectHighlight, autocompleteSelectHighlight: self.options.autocompleteSelectHighlight,
autocompleteSelectMaxWidth: self.options.autocompleteSelectMaxWidth, autocompleteSelectMaxWidth: self.options.autocompleteSelectMaxWidth,
autocompleteSelectOffset: self.options.autocompleteSelectOffset,
autocompleteSelectSubmit: self.options.autocompleteSelectSubmit, autocompleteSelectSubmit: self.options.autocompleteSelectSubmit,
autocompleteSelectUpdate: self.options.autocompleteSelectUpdate,
blurred: self.editing && i == self.selected ? blur : false, blurred: self.editing && i == self.selected ? blur : false,
clickLink: self.options.clickLink, clickLink: self.options.clickLink,
editable: self.options.editable && item.editable, editable: self.options.editable && item.editable,