ywana-core8 0.0.555 → 0.0.556

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -763,7 +763,7 @@ var Property = function Property(props) {
763
763
 
764
764
  var value2 = value || initial;
765
765
 
766
- if (options) {
766
+ if (options && typeof options === 'array') {
767
767
  var opt = options.find(function (option) {
768
768
  return option.value == value2;
769
769
  });