Searched refs:paramHash (Results 1 – 1 of 1) sorted by relevance
25 remoting.xhr.urlencodeParamHash = function(paramHash) { argument27 for (var key in paramHash) {29 '=' + encodeURIComponent(paramHash[key]));