oops, forgot to commit a file.

This commit is contained in:
Avital Oliver
2013-10-03 13:56:43 -07:00
parent 6ccb6862a9
commit 072517d788

View File

@@ -0,0 +1,7 @@
Handlebars = {
_globalHelpers: {},
registerHelper: function (name, func) {
this._globalHelpers[name] = func;
}
};