closes #32
This commit is contained in:
@@ -401,7 +401,7 @@
|
||||
_ref = this.parameters;
|
||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||
param = _ref[_i];
|
||||
if (jQuery.inArray(param.paramType, paramTypes) && args[param.name]) {
|
||||
if ((jQuery.inArray(param.paramType, paramTypes) >= 0) && args[param.name]) {
|
||||
matchingParams[param.name] = urlEncode ? encodeURIComponent(args[param.name]) : args[param.name];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user