aboutsummaryrefslogtreecommitdiffstats
path: root/jquery.rpc.js
diff options
context:
space:
mode:
Diffstat (limited to 'jquery.rpc.js')
-rw-r--r--jquery.rpc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jquery.rpc.js b/jquery.rpc.js
index 397c58f..892eb48 100644
--- a/jquery.rpc.js
+++ b/jquery.rpc.js
@@ -77,6 +77,7 @@ jQuery.rpc = function(url, dataType, onLoadCallback, version, methods) {
case 'boolean':
return (jQuery(childs[i]).text() == 1);
case 'int':
+ case 'i4':
return parseInt(jQuery(childs[i]).text());
case 'double':
return parseFloat(jQuery(childs[i]).text());