1 sc_require('ext/handlebars');
  2 
  3 Handlebars.registerHelper('loc', function(property) {
  4   return SC.String.loc(property);
  5 });
  6