Skip to content

Commit

Permalink
revert unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
RFSH committed Jan 13, 2024
1 parent 16ed432 commit f4930e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/utils/handlebar_helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
*
* @returns boolean if the value matches the regexp
*/
regexMatch: function (value, regexp, options) {
regexMatch: function (value, regexp) {
var regexpObj = new RegExp(regexp);
return regexpObj.test(value);
},
Expand Down

0 comments on commit f4930e3

Please sign in to comment.