This commit is contained in:
Luke Crouch 2018-09-05 11:58:46 -05:00
Родитель bbc186aebb
Коммит 994276c821
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -77,7 +77,7 @@ const HBSHelpers = {
register(hbs) {
hbs.registerHelper("prettyDate", this.prettyDate);
hbs.registerHelper("breachDataClasses", this.breachDataClasses);
hbs.registerHelper("localeString", this.localString);
hbs.registerHelper("localeString", this.localeString);
hbs.registerHelper("each_from_to", this.eachFromTo);
hbs.registerHelper("if_compare", this.ifCompare);
hbs.registerHelper("breachMath", this.breachMath);