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({
|
||||
findKeys: findKeys,
|
||||
getHash: pandora.normalizeHashQuery,
|
||||
getItem: pandora.getItemByIdOrTitle,
|
||||
getSpan: pandora.getMetadataByIdOrName,
|
||||
pages: [].concat(
|
||||
|
|
Loading…
Reference in a new issue