ywana-core8 0.0.556 → 0.0.557
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/html/property.js +1 -1
package/dist/index.cjs
CHANGED
@@ -771,7 +771,7 @@ var Property = function Property(props) {
|
|
771
771
|
|
772
772
|
var value2 = value || initial;
|
773
773
|
|
774
|
-
if (options &&
|
774
|
+
if (options && Array.isArray(options)) {
|
775
775
|
var opt = options.find(function (option) {
|
776
776
|
return option.value == value2;
|
777
777
|
});
|