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
|
// fixme: find keys are also per type/list|item/view
|
||||||
// since one can search for layer properties in some item views
|
// since one can search for layer properties in some item views
|
||||||
findKeys: [],
|
findKeys: [],
|
||||||
getHash: null,
|
getHash: Ox.noop,
|
||||||
getItem: null,
|
getItem: Ox.noop,
|
||||||
getPart: null,
|
getPart: Ox.noop,
|
||||||
getSort: null,
|
getSort: Ox.noop,
|
||||||
getSpan: null,
|
getSpan: Ox.noop,
|
||||||
pages: [],
|
pages: [],
|
||||||
spanType: {},
|
spanType: {},
|
||||||
sortKeys: {},
|
sortKeys: {},
|
||||||
|
|
Loading…
Reference in a new issue