Skip to content

Instantly share code, notes, and snippets.

@cdmckay
Created February 23, 2013 22:44
Show Gist options
  • Save cdmckay/5021683 to your computer and use it in GitHub Desktop.
Save cdmckay/5021683 to your computer and use it in GitHub Desktop.
(function () {
window.Templates = {
templateX: Handlebars.compile("<div>{{ foo }}</div>");
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment