diff options
Diffstat (limited to 'js/src/Ice/AsyncResult.js')
-rw-r--r-- | js/src/Ice/AsyncResult.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/Ice/AsyncResult.js b/js/src/Ice/AsyncResult.js index ee75db25e3a..0599e307584 100644 --- a/js/src/Ice/AsyncResult.js +++ b/js/src/Ice/AsyncResult.js @@ -38,7 +38,7 @@ var AsyncResult = Ice.Class(AsyncResultBase, { { return; } - + this._completed = completedFn; this._is = null; this._os = com !== null ? new BasicStream(this._instance, Protocol.currentProtocolEncoding) : null; @@ -148,7 +148,7 @@ var AsyncResult = Ice.Class(AsyncResultBase, { }, __readEmptyParams: function() { - this._is.skipEmptyEncaps(null); + this._is.skipEmptyEncaps(); }, __readParamEncaps: function() { |