Skip to content

Instantly share code, notes, and snippets.

@barberdt
Created December 4, 2015 18:09
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 barberdt/bb2feeae53f26e348016 to your computer and use it in GitHub Desktop.
Save barberdt/bb2feeae53f26e348016 to your computer and use it in GitHub Desktop.
var myController = function() {
// create some event handlers
};
myController.destroy = function() {
// I do not believe you have access to anything declared in the myController function here.
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment