decorateElement renamed to decorateInputElement

See: https://github.com/Knockout-Contrib/Knockout-Validation/wiki/Configuration which states that "Note that this was previously called decorateElement, and this config option was renamed 2013-11-21."
This commit is contained in:
Vincent Wright
2015-09-26 00:37:26 -04:00
parent 54f064352a
commit 8b97db5711
+1 -1
View File
@@ -17,7 +17,7 @@ interface KnockoutValidationConfiguration {
insertMessages?: boolean;
parseInputAttributes?: boolean;
writeInputAttributes?: boolean;
decorateElement?: boolean;
decorateInputElement?: boolean;
errorClass?: string;
errorElementClass?: string;
errorMessageClass?: string;