Do not use named AMD modules

[MAILPOET-1829]
This commit is contained in:
Jan Jakeš
2019-02-19 15:57:38 +01:00
committed by M. Shull
parent 67baf7e4cf
commit 5a0d905bd4
13 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
define('handlebars_helpers', ['handlebars'], function handlebarsHelpers(Handlebars) {
define(['handlebars'], function handlebarsHelpers(Handlebars) {
// Handlebars helpers
Handlebars.registerHelper('concat', function concatHelper() {
var size = (arguments.length - 1);