forked from 0x2620/oxjs
catch some global vars
This commit is contained in:
parent
56370aa0a7
commit
1deb616942
8 changed files with 9 additions and 9 deletions
|
|
@ -265,7 +265,7 @@ Ox.URL = function(options) {
|
|||
|
||||
function encodeValue(str) {
|
||||
// var chars = '/&|()=*:';
|
||||
var chars = '&|()=*';
|
||||
var chars = '&|()=*',
|
||||
ret = '';
|
||||
str.split('').forEach(function(char) {
|
||||
var index = chars.indexOf(char);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue