|
@@ -237,7 +237,7 @@ PropertyBinding.prototype = {
|
|
|
|
|
|
this.resolvedProperty = nodeProperty;
|
|
this.resolvedProperty = nodeProperty;
|
|
|
|
|
|
- } else if ( nodeProperty.length !== undefined ) {
|
|
|
|
|
|
+ } else if ( Array.isArray( nodeProperty ) ) {
|
|
|
|
|
|
bindingType = this.BindingType.EntireArray;
|
|
bindingType = this.BindingType.EntireArray;
|
|
|
|
|