Ease the transition from {{loginButtons}} to {{> loginButtons}}

This commit is contained in:
Avital Oliver
2013-10-10 16:07:51 -07:00
parent e10145d14c
commit f4bf7aad80

View File

@@ -10,6 +10,10 @@ Template.loginButtons.events({
}
});
Handlebars.registerHelper('loginButtons', function () {
throw new Error("Use {{> loginButtons}} instead of {{loginButtons}}");
});
//
// helpers
//