I have been using underscore library for many things, however am having issues in the _.each function.
Documentation is here: http://documentcloud.github.com/underscore/#each
If you see this; http://jsfiddle.net/52nrV/, you will notice that first _.each function changes the values of the data object. Am I doing something wrong, this shouldn't be an expected behaviour I guess. What is the problem in my code?
Thanks,