mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-01-31 11:48:38 +03:00
Fix comment
This commit is contained in:
parent
d1b734f07d
commit
24ebc20bf4
|
@ -39,7 +39,7 @@ add "&raw" to the end of the URL within a browser.
|
||||||
decodeURIComponent(entry.slice(eq + 1));
|
decodeURIComponent(entry.slice(eq + 1));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// Produce a Location query string from a parameter object.
|
// Produce a Location fragment string from a parameter object.
|
||||||
function locationQuery(params) {
|
function locationQuery(params) {
|
||||||
return '#' + Object.keys(params).map(function (key) {
|
return '#' + Object.keys(params).map(function (key) {
|
||||||
return encodeURIComponent(key) + '=' +
|
return encodeURIComponent(key) + '=' +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user