forked from 0x2620/oxjs
Menu: parse HTML entities for title property of events
This commit is contained in:
parent
ff1e6d4833
commit
0de55efb96
2 changed files with 10 additions and 7 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue