cosmetic changes
This commit is contained in:
parent
ed127b0259
commit
9c0cc7fb40
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ Ox.URL = function(options) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function encodeValue(value, isItem) {
|
function encodeValue(value, isItem) {
|
||||||
var chars = isItem ? '/#%' : '#&|()=*%',
|
var chars = isItem ? '/#%' : '=*&|()#%',
|
||||||
ret = '';
|
ret = '';
|
||||||
value.toString().split('').forEach(function(char) {
|
value.toString().split('').forEach(function(char) {
|
||||||
var index = chars.indexOf(char);
|
var index = chars.indexOf(char);
|
||||||
|
|
Loading…
Reference in a new issue