renamed the mixin

This commit is contained in:
antelle 2019-09-15 12:41:38 +02:00
parent 3bae948218
commit c83dff46a7
2 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ ready(() => {
});
function loadMixins() {
require('./view-engine/view');
require('./view-engine/backbone-view-ext');
require('./hbs-helpers');
}