Skip to content

Instantly share code, notes, and snippets.

@dwelch2344
Created February 20, 2015 16:22
Show Gist options
  • Select an option

  • Save dwelch2344/e1787f8570d8cf0da228 to your computer and use it in GitHub Desktop.

Select an option

Save dwelch2344/e1787f8570d8cf0da228 to your computer and use it in GitHub Desktop.
var orig = obj.fn;
obj.fn = function(arg1, arg2, arg3){
orig.call(obj, arg1, arg2, arg3);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment