forked from 0x2620/oxjs
fix Ox.JQueryElement fixmes
This commit is contained in:
parent
b9e80c9d75
commit
33390069b9
6 changed files with 26 additions and 33 deletions
|
|
@ -783,7 +783,7 @@ Ox.List = function(options, self) {
|
|||
!Ox.isUndefined(callback) && callback();
|
||||
return;
|
||||
}
|
||||
Ox.Log('List', that.id, 'loadPage', page);
|
||||
Ox.Log('List', that.oxid, 'loadPage', page);
|
||||
var keys = Ox.merge(
|
||||
self.options.keys.indexOf(self.options.unique) == -1
|
||||
? [self.options.unique] : [], self.options.keys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue