diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/src/Ice/ConnectRequestHandler.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/Ice/ConnectRequestHandler.js b/js/src/Ice/ConnectRequestHandler.js index ff6ecdd7c33..e32756e4331 100644 --- a/js/src/Ice/ConnectRequestHandler.js +++ b/js/src/Ice/ConnectRequestHandler.js @@ -355,7 +355,7 @@ var ConnectRequestHandler = Ice.Class({ Debug.assert(!this._initialized); this._exception = exception; - this._initialized = this._exception !== null; + this._initialized = this._exception === null; try { // |