Created
July 20, 2011 15:04
-
-
Save eqdw/1095132 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var foo = { | |
bar: 3, | |
baz: function(){ /* a function body */} | |
} | |
foo.quxx = function(){ /* a function body */} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I prefer to leave a space between "function" and "()" to visually and functionally separate it from a function call