In Selectable UI have some old code

18 views
Skip to first unread message

nicksan

unread,
Apr 2, 2012, 7:59:20 AM4/2/12
to RightJS
Hi!
I think in selectable-src.js must be somethink like this:
Line 490: return i.get('id') == key || i.get('val') == key;
in RightJS-UI Selectable v2.2.3 it look like:
return i.id == key || i.val == key;
Reply all
Reply to author
Forward
0 new messages