mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Ease the transition from {{loginButtons}} to {{> loginButtons}}
This commit is contained in:
@@ -10,6 +10,10 @@ Template.loginButtons.events({
|
||||
}
|
||||
});
|
||||
|
||||
Handlebars.registerHelper('loginButtons', function () {
|
||||
throw new Error("Use {{> loginButtons}} instead of {{loginButtons}}");
|
||||
});
|
||||
|
||||
//
|
||||
// helpers
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user