Sha256: 48c3ceae6116804ccbefa15e701c2e41901f37eca7c0d028097a32f1f6f91adc

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

Handlebars.registerHelper('loud', function (input) {
  return input.toUpperCase()
})

Handlebars.registerHelper('allow_html', function (some_html) {
  return new Handlebars.SafeString(some_html);
})

Handlebars.registerHelper("omit", function(options) {
  return '';
});

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
handlebarsjs-0.11.1 lib/handlebarsjs/javascript/handlebars-helpers.js