summaryrefslogtreecommitdiff
path: root/js/src/Ice/OptionalFormat.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/Ice/OptionalFormat.js')
-rw-r--r--js/src/Ice/OptionalFormat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/Ice/OptionalFormat.js b/js/src/Ice/OptionalFormat.js
index 2d3c48c3dea..a5a9b22f29b 100644
--- a/js/src/Ice/OptionalFormat.js
+++ b/js/src/Ice/OptionalFormat.js
@@ -7,6 +7,6 @@
//
// **********************************************************************
-var Ice = require("../Ice/EnumBase").Ice;
+const Ice = require("../Ice/EnumBase").Ice;
Ice.OptionalFormat = Ice.Slice.defineEnum([['F1', 0], ['F2', 1], ['F4', 2], ['F8', 3], ['Size', 4], ['VSize', 5], ['FSize', 6], ['Class', 7]]);
module.exports.Ice = Ice;