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.
package/dist/index.umd.js CHANGED
@@ -765,7 +765,7 @@
765
765
 
766
766
  var value2 = value || initial;
767
767
 
768
- if (options) {
768
+ if (options && typeof options === 'array') {
769
769
  var opt = options.find(function (option) {
770
770
  return option.value == value2;
771
771
  });