summaryrefslogtreecommitdiff
path: root/js/test/Common/Worker.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-04-14 15:53:44 +0200
committerJose <jose@zeroc.com>2017-04-14 15:53:44 +0200
commit143f66813fc76abd4941f9bf2079cd3b92ab61fe (patch)
treeb9d4022213a996693926d8bcff371bf91171dd38 /js/test/Common/Worker.js
parentAdd icegrid to icegridadmin MSBuild dependencies (diff)
downloadice-143f66813fc76abd4941f9bf2079cd3b92ab61fe.tar.bz2
ice-143f66813fc76abd4941f9bf2079cd3b92ab61fe.tar.xz
ice-143f66813fc76abd4941f9bf2079cd3b92ab61fe.zip
Minor JS fixes
Diffstat (limited to 'js/test/Common/Worker.js')
-rw-r--r--js/test/Common/Worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Common/Worker.js b/js/test/Common/Worker.js
index eb79ba401ad..19e42a099f4 100644
--- a/js/test/Common/Worker.js
+++ b/js/test/Common/Worker.js
@@ -44,7 +44,7 @@ self.onmessage = function(e)
self.importScripts("/test/Common/TestRunner.js");
for(var i = 0; i < test.files.length; ++i)
{
- var f = test.files[i]
+ var f = test.files[i];
if(f.indexOf("/") === -1)
{
f = "/test/" + test.name + "/" + f;