Skip to content

Instantly share code, notes, and snippets.

@chrishyle
Created July 21, 2010 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrishyle/483877 to your computer and use it in GitHub Desktop.
Save chrishyle/483877 to your computer and use it in GitHub Desktop.
//main.js
App.main = function(){
App.getPath('mainPage.mainPane').append();
};
//main_page.js
App.mainPage = SC.Page.design({
mainPane: SC.MainPane.design({
childViews: ....
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment