diff options
-rw-r--r-- | jquery.rpc.js | 1 |
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()); |