forked from 0x2620/pandora
pass normalizeHashQuery as getHash option to URL controller
This commit is contained in:
parent
cbc1974e2c
commit
d7ef772181
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ pandora.URL = (function() {
|
||||||
|
|
||||||
self.URL = Ox.URL({
|
self.URL = Ox.URL({
|
||||||
findKeys: findKeys,
|
findKeys: findKeys,
|
||||||
|
getHash: pandora.normalizeHashQuery,
|
||||||
getItem: pandora.getItemByIdOrTitle,
|
getItem: pandora.getItemByIdOrTitle,
|
||||||
getSpan: pandora.getMetadataByIdOrName,
|
getSpan: pandora.getMetadataByIdOrName,
|
||||||
pages: [].concat(
|
pages: [].concat(
|
||||||
|
|
Loading…
Reference in a new issue