We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62a9c5 commit 0289c76Copy full SHA for 0289c76
build/media_source/system/js/fields/validate.es6.js
@@ -256,7 +256,7 @@ class JFormValidator {
256
257
// Run custom form validators if present
258
if (Object.keys(this.customValidators).length) {
259
- Object.keys(this.customValidators).foreach((key) => {
+ Object.keys(this.customValidators).forEach((key) => {
260
if (this.customValidators[key].exec() !== true) {
261
valid = false;
262
}
0 commit comments