summaryrefslogtreecommitdiff
path: root/js/src/Ice/DispatchStatus.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/Ice/DispatchStatus.js')
-rw-r--r--js/src/Ice/DispatchStatus.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/Ice/DispatchStatus.js b/js/src/Ice/DispatchStatus.js
index 6525d77fafd..9f0f5b217e9 100644
--- a/js/src/Ice/DispatchStatus.js
+++ b/js/src/Ice/DispatchStatus.js
@@ -7,6 +7,6 @@
//
// **********************************************************************
-var Ice = require("../Ice/ModuleRegistry").Ice;
-Ice.DispatchStatus = {DispatchOK: 0, DispatchUserException: 1, DispatchAsync: 2};
+const Ice = require("../Ice/ModuleRegistry").Ice;
+Ice.DispatchStatus = { DispatchOK: 0, DispatchUserException: 1, DispatchAsync: 2 };
module.exports.Ice = Ice;