summaryrefslogtreecommitdiff
path: root/config/makeprops.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/makeprops.py')
-rwxr-xr-xconfig/makeprops.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/makeprops.py b/config/makeprops.py
index fcbb9ef1bd5..74ad44ae15d 100755
--- a/config/makeprops.py
+++ b/config/makeprops.py
@@ -700,7 +700,8 @@ def main():
contentHandler = MultiHandler(infile, "")
contentHandler.addHandlers([CppPropertyHandler(infile, className),
JavaPropertyHandler(infile, className),
- CSPropertyHandler(infile, className)])
+ CSPropertyHandler(infile, className),
+ JSPropertyHandler(infile, className)])
else:
if lang == "cpp":
contentHandler = CppPropertyHandler(infile, className)