From fab8dfa47385bfccd4ac740371dec1541c17d325 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 11 Jul 2013 11:26:24 +0200 Subject: [PATCH] add fixme --- source/Ox.UI/js/List/List.js | 1 + 1 file changed, 1 insertion(+) 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),