Skip to content

Commit

Permalink
Adjust comment
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Haack <[email protected]>
  • Loading branch information
dahlbyk and haacked committed Feb 26, 2023
1 parent f7c89c8 commit 8dabc55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/aspnet-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ var ValidationService = /** @class */ (function () {
if (!validate) {
return;
}
//Prevent the submit before validation
//`preValidate` typically prevents submit before validation
if (e) {
_this.preValidate(e);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/aspnet-validation.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ export class ValidationService {
return;
}

//Prevent the submit before validation
//`preValidate` typically prevents submit before validation
if (e) {
this.preValidate(e);
}
Expand Down

0 comments on commit 8dabc55

Please sign in to comment.