1
0
Fork 0
forked from 0x2620/oxjs

Menu: parse HTML entities for title property of events

This commit is contained in:
rlx 2012-08-13 13:20:07 +00:00
commit 0de55efb96
2 changed files with 10 additions and 7 deletions

View file

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