forked from 0x2620/oxjs
fix bugs in list calendar, related to selecting an event on the calendar, just after load, which is not yet in the scope of the list
This commit is contained in:
parent
244312aede
commit
14102508e1
2 changed files with 21 additions and 14 deletions
|
|
@ -1673,6 +1673,7 @@ Ox.List = function(options, self) {
|
|||
var pos = Ox.isNumber(id) ? id : getPositionById(id),
|
||||
$item = self.$items[pos],
|
||||
data = $item ? $item.options('data') : {};
|
||||
//Ox.print('List', 'that.value id key value pos', id, key, value, pos)
|
||||
if (arguments.length == 1) {
|
||||
return data;
|
||||
} else if (arguments.length == 2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue