@aofl/form-validate
Advanced tools
Comparing version 3.0.0-alpha.11 to 3.0.0-alpha.12
@@ -121,7 +121,7 @@ /** | ||
if (this[key].observed === false) { | ||
return false; | ||
if (this[key].observed === true) { | ||
return true; | ||
} | ||
} | ||
return true; | ||
return false; | ||
} | ||
@@ -128,0 +128,0 @@ |
{ | ||
"name": "@aofl/form-validate", | ||
"version": "3.0.0-alpha.11", | ||
"version": "3.0.0-alpha.12", | ||
"description": "Form validation mixin for AoflElement", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "ecdfe7e68c95cd3ce9eca2c86626275d1d4559fe" | ||
"gitHead": "e76c3cfc8d75ca087492088254c9ef0e4010c0c9" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39737