don't throw when running tests

This commit is contained in:
rolux 2014-02-17 16:07:53 +05:30
parent 06ad2581f6
commit 68b6d2bb4d

View file

@ -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: {},