I think it's pretty self-explanatory: + forces the invocation of valueOf to
get the primitive value, which in the case of Date is the timestamp.

It's the same behavior you would expect if you try to perform another
arithmetic operation (new Date * 1)

That said, I think that it really doesn't matter what method is used as long
as the same technique is used consistently in the jQuery core. My 2c

-- 
Guillermo Rauch
http://devthought.com

--

You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en.


Reply via email to