diff options
Diffstat (limited to 'config/makeprops.py')
-rwxr-xr-x | config/makeprops.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/makeprops.py b/config/makeprops.py index d00d62e0255..015c4815260 100755 --- a/config/makeprops.py +++ b/config/makeprops.py @@ -116,9 +116,9 @@ namespace IceInternal """ jsPreamble = commonPreamble + """ -var Ice = require("../Ice/Property").Ice; -var %(classname)s = {}; -var Property = Ice.Property; +const Ice = require("../Ice/Property").Ice; +const %(classname)s = {}; +const Property = Ice.Property; """ jsEpilogue = \ |