don't throw when running tests
This commit is contained in:
parent
06ad2581f6
commit
68b6d2bb4d
1 changed files with 5 additions and 5 deletions
|
@ -413,11 +413,11 @@ Ox.URL = function(options) {
|
|||
// fixme: find keys are also per type/list|item/view
|
||||
// since one can search for layer properties in some item views
|
||||
findKeys: [],
|
||||
getHash: null,
|
||||
getItem: null,
|
||||
getPart: null,
|
||||
getSort: null,
|
||||
getSpan: null,
|
||||
getHash: Ox.noop,
|
||||
getItem: Ox.noop,
|
||||
getPart: Ox.noop,
|
||||
getSort: Ox.noop,
|
||||
getSpan: Ox.noop,
|
||||
pages: [],
|
||||
spanType: {},
|
||||
sortKeys: {},
|
||||
|
|
Loading…
Reference in a new issue