Skip to content

Commit 8354615

Browse files
committed
maint(pat-validation): Remove error-template BBB parameter which has no functionality.
1 parent 9050a49 commit 8354615

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/pat/validation/validation.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ parser.addArgument("not-before", null);
2727
parser.addArgument("equality", null);
2828
parser.addArgument("delay", 100); // Delay before validation is done to avoid validating while typing.
2929

30-
// BBB
31-
// TODO: deprecated. Will be removed with next major version.
30+
// Aliases
3231
parser.addAlias("message-integer", "message-number");
33-
parser.addArgument("error-template");
3432

3533
const KEY_ERROR_EL = "__patternslib__input__error__el";
3634
const KEY_ERROR_MSG = "__patternslib__input__error__msg";

0 commit comments

Comments
 (0)