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 60c5c79a0c1..48d9fbb9ff7 100644 --- a/js/src/Ice/AsyncResult.js +++ b/js/src/Ice/AsyncResult.js @@ -133,13 +133,13 @@ class AsyncResult extends AsyncResultBase { return this._os; } - + startReadParams() { this._is.startEncapsulation(); return this._is; } - + endReadParams() { this._is.endEncapsulation(); |