use new Ox.URL api
This commit is contained in:
parent
78a8061c8c
commit
0266b015f1
1 changed files with 5 additions and 3 deletions
|
@ -105,9 +105,11 @@ oml.URL = (function() {
|
|||
});
|
||||
|
||||
return {
|
||||
findKeys: [{id: 'list', type: 'string'}].concat(
|
||||
oml.config.itemKeys
|
||||
),
|
||||
findKeys: {
|
||||
books: [{id: 'list', type: 'string'}].concat(
|
||||
oml.config.itemKeys
|
||||
)
|
||||
},
|
||||
pages: oml.config.pages.map(function(page) {
|
||||
return page.id;
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue