Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created February 11, 2013 16:49
Show Gist options
  • Save groovecoder/4755661 to your computer and use it in GitHub Desktop.
Save groovecoder/4755661 to your computer and use it in GitHub Desktop.
// #### Evaluate macros
evaluateMacros: function (api_ctx, templates, macros, src, next_cb) {
var $this = this,
errors = [],
hashes = _.keys(macros);
$this.emit('api_ctx', api_ctx);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment