diff options
Diffstat (limited to 'js/demo/Ice/hello/browser/Client.js')
-rw-r--r-- | js/demo/Ice/hello/browser/Client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/demo/Ice/hello/browser/Client.js b/js/demo/Ice/hello/browser/Client.js index 23a720cca9e..c1a460ccb56 100644 --- a/js/demo/Ice/hello/browser/Client.js +++ b/js/demo/Ice/hello/browser/Client.js @@ -28,7 +28,7 @@ function createProxy() // Set or clear the timeout. // var timeout = $("#timeout").val(); - proxy = proxy.ice_timeout(timeout > 0 ? timeout : -1); + proxy = proxy.ice_invocationTimeout(timeout > 0 ? timeout : -1); // // Set the mode and protocol |