use new Ox.URL api

This commit is contained in:
j 2016-10-30 18:32:56 +01:00
parent 78a8061c8c
commit 0266b015f1
1 changed files with 5 additions and 3 deletions

View File

@ -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;
}),