提交 e6c9291e 编写于 作者: A Alexander Alekhin

Merge pull request #19180 from alalek:fixup_19161

......@@ -822,7 +822,7 @@ class JSWrapperGenerator(object):
# Generate bindings for properties
for property in sorted(class_info.props):
for property in class_info.props:
_class_property = class_property_enum_template if property.tp in type_dict else class_property_template
class_bindings.append(_class_property.substitute(js_name=property.name, cpp_name='::'.join(
[class_info.cname, property.name])))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册