This commit is contained in:
2020-08-24 21:53:42 +00:00
parent c5e7904dfe
commit fb8c75a276
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
function ayRegisterHelpers() {
Handlebars.registerHelper("loud", function (aString) {
Handlebars.registerHelper("aycaps", function (aString) {
return aString.toUpperCase();
});
}