This commit is contained in:
Sacha Greif 2015-03-10 11:50:21 +09:00
parent b6ccc63182
commit 288ce9eee8

View file

@ -6,7 +6,7 @@ Template[getTemplate('mobile_nav')].helpers({
return secondaryNav;
},
getTemplate: function () {
return getTemplate(this).template;
return getTemplate(this.template);
}
});