Skip to content

Instantly share code, notes, and snippets.

@brian428
Created November 4, 2012 19:01
Show Gist options
  • Save brian428/4013089 to your computer and use it in GitHub Desktop.
Save brian428/4013089 to your computer and use it in GitHub Desktop.
var myMethod;
myMethod = function(firstArgument, _arg) {
var objectValue1, objectValue2;
objectValue1 = _arg.objectValue1, objectValue2 = _arg.objectValue2;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment