Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created January 30, 2009 01:05
Show Gist options
  • Save erichocean/54867 to your computer and use it in GitHub Desktop.
Save erichocean/54867 to your computer and use it in GitHub Desktop.
render: function(renderContext) {
renderContext.push('<div>');
this.renderChildren(renderContext);
renderContext.push('</div>');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment