diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-07-04 15:28:40 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-07-04 15:28:40 +0200 |
commit | 86323430604fa11132678d87c3ce2046d0dcc772 (patch) | |
tree | 51ddb0251f52cc193bc6d80347d18707d1d3d1ed /js/src/Ice/RetryQueue.js | |
parent | Fixed few .gitignore files (diff) | |
download | ice-86323430604fa11132678d87c3ce2046d0dcc772.tar.bz2 ice-86323430604fa11132678d87c3ce2046d0dcc772.tar.xz ice-86323430604fa11132678d87c3ce2046d0dcc772.zip |
Fixed JS code to align with C++/Java/C# collocation optimization changes, support for running browser tests against Java/C#
Diffstat (limited to 'js/src/Ice/RetryQueue.js')
-rw-r--r-- | js/src/Ice/RetryQueue.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/Ice/RetryQueue.js b/js/src/Ice/RetryQueue.js index e5627ae3d28..e24ff18b347 100644 --- a/js/src/Ice/RetryQueue.js +++ b/js/src/Ice/RetryQueue.js @@ -66,7 +66,7 @@ { try { - this.outAsync.__send(); + this.outAsync.__invoke(); } catch(ex) { |