Skip to content

Instantly share code, notes, and snippets.

@gmoeck
Created June 11, 2011 16:05
Show Gist options
  • Save gmoeck/1020712 to your computer and use it in GitHub Desktop.
Save gmoeck/1020712 to your computer and use it in GitHub Desktop.
Handlebars.registerHelper('unbound', function(property, fn) {
return this.get(property);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment