1
0
Fork 0
forked from 0x2620/oxjs

remove print statements

This commit is contained in:
rlx 2011-10-01 13:07:33 +00:00
commit f9143bd62f
2 changed files with 0 additions and 2 deletions

View file

@ -1666,7 +1666,6 @@ Ox.List = function(options, self) {
});
}
self.options.items[pos][key] = value;
if (pos == 0) Ox.print(self.options.items[pos])
data[key] = value;
$item.options({data: data});
return that;