Skip to content

Commit

Permalink
Make Y.Template.Handlebars an alias for Y.Handlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed Aug 29, 2012
1 parent 173bf22 commit 7d9b214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/handlebars/js/yui-handlebars-base-after.js
Expand Up @@ -113,3 +113,6 @@ Converts a precompiled template into a renderable template function.

// Alias for Y.Handlebars.template(), used by Y.Template.
Handlebars.revive = Handlebars.template;

// Make Y.Template.Handlebars an alias for Y.Handlebars.
Y.namespace('Template').Handlebars = Handlebars;

0 comments on commit 7d9b214

Please sign in to comment.