I was trying to acquaint myself with some advanced javascript and have been reading some of the jquery code on github when, I came across a anonymous function wrapped in parenthesis here.
Now, I am already aware of the concept of IIFE and the plethora of questions on SO regarding the subject, for instance - IIFE question here. But, this is not an IIFE, at least, is not invoked immediately IMHO.
I'm trying to figure out the use of such code and how it fits into the larger scheme of things. Since, the function is anonymous, I'm wondering how it is called or referenced.