diff options
Diffstat (limited to 'js/demo/ChatDemo/Client.js')
-rw-r--r-- | js/demo/ChatDemo/Client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/demo/ChatDemo/Client.js b/js/demo/ChatDemo/Client.js index 9c83c071150..830f458f598 100644 --- a/js/demo/ChatDemo/Client.js +++ b/js/demo/ChatDemo/Client.js @@ -105,7 +105,7 @@ var signin = function() id.properties = Ice.createProperties(); id.properties.setProperty("Ice.Default.Router", "Glacier2/router:wss -p 9090 -h " + hostname + " -r /chatwss"); - communicator = Ice.initialize(process.argv, id); + communicator = Ice.initialize(id); // // Get a proxy to the Glacier2 router using checkedCast to ensure |