mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
oops, forgot to commit a file.
This commit is contained in:
7
packages/ui/handlebars_backcompat.js
Normal file
7
packages/ui/handlebars_backcompat.js
Normal file
@@ -0,0 +1,7 @@
|
||||
Handlebars = {
|
||||
_globalHelpers: {},
|
||||
|
||||
registerHelper: function (name, func) {
|
||||
this._globalHelpers[name] = func;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user