1
0
Fork 0
forked from 0x2620/oxjs

fix a bug where edited places would not be updated correctly

This commit is contained in:
rlx 2011-10-11 09:48:24 +00:00
commit db25eec98b
2 changed files with 13 additions and 8 deletions

View file

@ -1178,6 +1178,7 @@ Ox.List = function(options, self) {
// fixme: no case where callback is set
// note: can't use selectNone here,
// since it'd trigger a select event
Ox.print('SET SELECTED', ids)
var counter = 0;
self.$items.forEach(function($item, pos) {
if (isSelected(pos)) {