Skip to content

Instantly share code, notes, and snippets.

@robkuz
Created March 11, 2013 08:21
Show Gist options
  • Select an option

  • Save robkuz/5132776 to your computer and use it in GitHub Desktop.

Select an option

Save robkuz/5132776 to your computer and use it in GitHub Desktop.
somemethod: function() {
var _this = this;
return function() {
return _this.someCall();
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment