1
0
Fork 0
forked from 0x2620/oxjs

improve listmap editing functionality

This commit is contained in:
rolux 2011-05-24 08:15:44 +02:00
commit e80b7bd8e3
8 changed files with 105 additions and 33 deletions

View file

@ -1091,6 +1091,7 @@ Ox.List = function(options, self) {
self.selected.push(pos);
!Ox.isUndefined(self.$items[pos]) &&
self.$items[pos].addClass('OxSelected');
i == 0 && scrollToPosition(pos);
});
}