diff --git a/source/Ox.UI/js/List/InfoList.js b/source/Ox.UI/js/List/InfoList.js index f7d46278..2b614775 100644 --- a/source/Ox.UI/js/List/InfoList.js +++ b/source/Ox.UI/js/List/InfoList.js @@ -274,7 +274,7 @@ Ox.InfoList = function(options, self) { if (arguments.length == 1) { return that.$element.value(id); } else if (arguments.length == 2 && Ox.isString(arguments[1])) { - return that.$element.value(id, key); + return that.$element.value(id, arguments[1]); } else { Ox.forEach(Ox.makeObject(args), function(value, key) { that.$element.value(id, key, value);