summaryrefslogtreecommitdiff
path: root/js/test/Ice/binding/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/binding/Client.js')
-rw-r--r--js/test/Ice/binding/Client.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/test/Ice/binding/Client.js b/js/test/Ice/binding/Client.js
index a5950a242ef..9be5252d6cf 100644
--- a/js/test/Ice/binding/Client.js
+++ b/js/test/Ice/binding/Client.js
@@ -231,7 +231,6 @@
await com.deactivateObjectAdapter(adapters[4]);
--adapterCount;
}
- proxies = new Array(!0);
for(let i = 0; i < proxies.length; ++i)
{
@@ -254,7 +253,7 @@
// ignore exception
});
}
- for(let i = 0; i < proxies.Length; i++)
+ for(let i = 0; i < proxies.length; i++)
{
try
{