Skip to content

Commit 8dabc55

Browse files
dahlbykhaacked
andcommitted
Adjust comment
Co-authored-by: Phil Haack <[email protected]>
1 parent f7c89c8 commit 8dabc55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/aspnet-validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ var ValidationService = /** @class */ (function () {
768768
if (!validate) {
769769
return;
770770
}
771-
//Prevent the submit before validation
771+
//`preValidate` typically prevents submit before validation
772772
if (e) {
773773
_this.preValidate(e);
774774
}

dist/aspnet-validation.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ export class ValidationService {
747747
return;
748748
}
749749

750-
//Prevent the submit before validation
750+
//`preValidate` typically prevents submit before validation
751751
if (e) {
752752
this.preValidate(e);
753753
}

0 commit comments

Comments
 (0)