Possible Duplicate:
What does the exclamation mark do before the function?
I came across this today and have never seen before:
!function($) {
//contents removed
}( window.jQuery );
I am specifically wondering what the exclamation point does. Is there any documentation on it? Internet searches haven't yielded good results.
Thanks!