提交 7966036d 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #10626 from FrozenRiverSnow/dev

Update PropertyBinding.js
......@@ -237,7 +237,7 @@ PropertyBinding.prototype = {
this.resolvedProperty = nodeProperty;
} else if ( nodeProperty.length !== undefined ) {
} else if ( Array.isArray( nodeProperty ) ) {
bindingType = this.BindingType.EntireArray;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册