Skip to content

Instantly share code, notes, and snippets.

@jorgepedret
Created October 20, 2011 21:02
Show Gist options
  • Select an option

  • Save jorgepedret/1302372 to your computer and use it in GitHub Desktop.

Select an option

Save jorgepedret/1302372 to your computer and use it in GitHub Desktop.
sample render function
render: function(template, payload) {
var cooq = this;
cooq.add_template_helper_vars(payload, { "user": cooq.this_user });
return ich[template](payload);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment