summaryrefslogtreecommitdiff
path: root/js/test/Ice/acm/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/acm/Client.js')
-rw-r--r--js/test/Ice/acm/Client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/acm/Client.js b/js/test/Ice/acm/Client.js
index 8560dd16941..e18f45ec0ac 100644
--- a/js/test/Ice/acm/Client.js
+++ b/js/test/Ice/acm/Client.js
@@ -157,7 +157,7 @@
{
var now = Date.now();
return Ice.Promise.delay(1000).then(() => {
- if(Data.now() - now > 1000)
+ if(Date.now() - now > 1000)
{
test(false);
}