add fixme

This commit is contained in:
rolux 2013-07-11 11:26:24 +02:00
parent a5a6eac2c5
commit fab8dfa473

View file

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