Skip to content

Commit 273ea49

Browse files
Merge pull request swapnilsparsh#101 from anurag97en/feature
Issue fixed in User Registration swapnilsparsh#81
2 parents d361ddb + a75e1fb commit 273ea49

File tree

1 file changed

+1
-1
lines changed
  • 42 - Simple Form Validation

1 file changed

+1
-1
lines changed

42 - Simple Form Validation/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const debounce = function(fn, delay = 500) {
120120
}, delay)
121121
}
122122
}
123-
123+
//
124124
const selectValidatorToRun = function(event) {
125125
switch (event.target.id) {
126126
case "username_input":

0 commit comments

Comments
 (0)