summaryrefslogtreecommitdiff
path: root/js/demo/Ice/bidir/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/demo/Ice/bidir/Client.js')
-rw-r--r--js/demo/Ice/bidir/Client.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/demo/Ice/bidir/Client.js b/js/demo/Ice/bidir/Client.js
index 6f71841bf26..7707809316f 100644
--- a/js/demo/Ice/bidir/Client.js
+++ b/js/demo/Ice/bidir/Client.js
@@ -51,7 +51,7 @@ Ice.Promise.try(
// Initialize the communicator and create a proxy to the sender object.
//
var proxy = communicator.stringToProxy("sender:tcp -p 10000");
-
+
//
// Down-cast the proxy to the Demo.CallbackSender interface.
//
@@ -69,7 +69,7 @@ Ice.Promise.try(
// the object adapter.
//
var r = adapter.addWithUUID(new CallbackReceiverI());
-
+
//
// Set the connection adapter.
//
@@ -86,7 +86,7 @@ Ice.Promise.try(
function(ex)
{
console.log(ex.toString());
- Promise.try(
+ Ice.Promise.try(
function()
{
if(communicator)