Skip to content

Instantly share code, notes, and snippets.

@seanoshea
Created October 7, 2011 00:42
Show Gist options
  • Save seanoshea/1269138 to your computer and use it in GitHub Desktop.
Save seanoshea/1269138 to your computer and use it in GitHub Desktop.
SC Application Create
var KT = SC.Application.create({
ready: function() {
this._super();
// should probably create some controllers, panes etc here.
},
rootElement: "#root"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment