Ox.URL: serialize hash as JSON
This commit is contained in:
parent
fadf032592
commit
a5ad4466a4
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ Ox.URL = function(options) {
|
|||
? '#' + (
|
||||
hash.anchor || ''
|
||||
) + (
|
||||
hash.query ? '?' + Ox.serialize(obj) : ''
|
||||
hash.query ? '?' + Ox.serialize(obj, true) : ''
|
||||
)
|
||||
: '';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue