未验证 提交 c867016f 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #15884 from Itee/strucnode-fix

StrucNode: Add missing this keyword
......@@ -49,7 +49,7 @@ StructNode.prototype.generate = function ( builder, output ) {
} else {
return builder.format( '( ' + src + ' )', this.getType( builder ), output );
return builder.format( '( ' + this.src + ' )', this.getType( builder ), output );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册