diff options
Diffstat (limited to 'js/src/Ice/AsyncResult.js')
-rw-r--r-- | js/src/Ice/AsyncResult.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/Ice/AsyncResult.js b/js/src/Ice/AsyncResult.js index 082b73b689a..dc87e74f18e 100644 --- a/js/src/Ice/AsyncResult.js +++ b/js/src/Ice/AsyncResult.js @@ -41,7 +41,7 @@ var AsyncResult = Ice.Class(AsyncResultBase, { this._completed = completedFn; this._is = null; - this._os = com !== null ? new BasicStream(this._instance, Protocol.currentProtocolEncoding, false) : null; + this._os = com !== null ? new BasicStream(this._instance, Protocol.currentProtocolEncoding) : null; this._state = 0; this._exception = null; this._sentSynchronously = false; |