I've recently started maintaining someone else's JavaScript code. I'm fixing bugs, adding features and also trying to tidy up the code and make it more consistent. The previous developer uses two ways ...
Possible Duplicate: Does use of anonymous functions affect performance?