Skip to content

Instantly share code, notes, and snippets.

Created August 2, 2010 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/505124 to your computer and use it in GitHub Desktop.
Save anonymous/505124 to your computer and use it in GitHub Desktop.
loadPageContent: function(foo) {
this.useComponent('PageContentInfo', function(PageContentInfo){
// need a variable here...
// how does "foo" get in here?
PageContentInfo.loadPage('info');
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment