diff --git a/source/Ox.UI/js/List/List.js b/source/Ox.UI/js/List/List.js index f58f0c00..6da22297 100644 --- a/source/Ox.UI/js/List/List.js +++ b/source/Ox.UI/js/List/List.js @@ -1759,6 +1759,7 @@ Ox.List = function(options, self) { key key if item property value <*> value, can be whatever that property is @*/ + // FIXME: this should accept {key: value, ...} too that.value = function(id, key, value) { // id can be a number and will then be interpreted as position var pos = Ox.isNumber(id) ? id : getPositionById(id),