Skip to content

Instantly share code, notes, and snippets.

@sebbdk
Created November 11, 2012 01:36
Show Gist options
  • Select an option

  • Save sebbdk/4053311 to your computer and use it in GitHub Desktop.

Select an option

Save sebbdk/4053311 to your computer and use it in GitHub Desktop.
function test() {
var _self = this;
function subFunction() {
this;//refers to subFunction()
_self;// refers to test()
}
subFunction();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment