summaryrefslogtreecommitdiff
path: root/js/src/Ice/Communicator.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/Ice/Communicator.js')
-rw-r--r--js/src/Ice/Communicator.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/Ice/Communicator.js b/js/src/Ice/Communicator.js
index f80d3e56576..9d1d7ed3102 100644
--- a/js/src/Ice/Communicator.js
+++ b/js/src/Ice/Communicator.js
@@ -70,11 +70,11 @@ var Communicator = Ice.Class({
},
stringToIdentity: function(s)
{
- return this._instance.stringToIdentity(s);
+ return Ice.stringToIdentity(s);
},
identityToString: function(ident)
{
- return this._instance.identityToString(ident);
+ return Ice.identityToString(ident);
},
createObjectAdapter: function(name)
{