Skip to content

Instantly share code, notes, and snippets.

@ericf
Forked from anonymous/gist:505124
Created August 2, 2010 18:59
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 ericf/505126 to your computer and use it in GitHub Desktop.
Save ericf/505126 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