summaryrefslogtreecommitdiff
path: root/js/bin/HttpServer.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-07-19 21:42:28 +0200
committerJose <jose@zeroc.com>2017-07-19 21:42:28 +0200
commitda43da82ebe18b96756a86949dd76243ac3fa322 (patch)
treed1fe7b4eb52e170dd90b56980b7aa724114cc903 /js/bin/HttpServer.js
parentICE-8362 - updating Android test projects (diff)
downloadice-da43da82ebe18b96756a86949dd76243ac3fa322.tar.bz2
ice-da43da82ebe18b96756a86949dd76243ac3fa322.tar.xz
ice-da43da82ebe18b96756a86949dd76243ac3fa322.zip
Fix for Glacier2 es5 & workersv3.7.0-rc2
Diffstat (limited to 'js/bin/HttpServer.js')
-rw-r--r--js/bin/HttpServer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bin/HttpServer.js b/js/bin/HttpServer.js
index acf9f1a7130..c434bd6935e 100644
--- a/js/bin/HttpServer.js
+++ b/js/bin/HttpServer.js
@@ -160,7 +160,7 @@ function Init()
TestData.scripts = TestData.scripts.map(function(f)
{
- return f.replace("/lib/Glacier2.js", "/lib/es5/Glacier2.js")
+ return f.replace("/lib/Glacier2.js", "/lib/es5/Glacier2.js");
});
}
else