diff options
author | Jose <jose@zeroc.com> | 2017-04-14 15:53:44 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-04-14 15:53:44 +0200 |
commit | 143f66813fc76abd4941f9bf2079cd3b92ab61fe (patch) | |
tree | b9d4022213a996693926d8bcff371bf91171dd38 /js/test/Ice/exceptions/ServerAMD.js | |
parent | Add icegrid to icegridadmin MSBuild dependencies (diff) | |
download | ice-143f66813fc76abd4941f9bf2079cd3b92ab61fe.tar.bz2 ice-143f66813fc76abd4941f9bf2079cd3b92ab61fe.tar.xz ice-143f66813fc76abd4941f9bf2079cd3b92ab61fe.zip |
Minor JS fixes
Diffstat (limited to 'js/test/Ice/exceptions/ServerAMD.js')
-rw-r--r-- | js/test/Ice/exceptions/ServerAMD.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/exceptions/ServerAMD.js b/js/test/Ice/exceptions/ServerAMD.js index f6383f2ee3d..493b3c71d26 100644 --- a/js/test/Ice/exceptions/ServerAMD.js +++ b/js/test/Ice/exceptions/ServerAMD.js @@ -36,7 +36,7 @@ var connection = echo.ice_getCachedConnection(); connection.setCloseCallback((con) => { // Re-establish connection if it fails (necessary for MemoryLimitException test) - echo.setConnection().then(() => echo.ice_getCachedConnection().setAdapter(adapter)) + echo.setConnection().then(() => echo.ice_getCachedConnection().setAdapter(adapter)); }); connection.setAdapter(adapter); echo.ice_getCachedConnection().setAdapter(adapter); |