Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created February 3, 2011 23:50
Show Gist options
  • Save erichocean/810479 to your computer and use it in GitHub Desktop.
Save erichocean/810479 to your computer and use it in GitHub Desktop.
BasicApp.mainPage = SC.Page.design({
mainPane: SC.MainPane.design({
contentView: SC.CoreView.design({
tagName: 'h1'
classNames: 'amber-label',
render: function(context) {
context.push("Hello world");
}
})
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment