1
0
Fork 0
forked from 0x2620/oxjs

add and use Ox.decodeURI and Ox.decodeURIComponent

This commit is contained in:
rlx 2013-08-14 18:53:13 +00:00
commit 51215c1cbe
3 changed files with 20 additions and 2 deletions

View file

@ -563,7 +563,7 @@ Ox.URL = function(options) {
}
function decodeValue(value) {
return decodeURIComponent(value);
return Ox.decodeURIComponent(value);
}
function encodeValue(value) {