Hi,
could anyone explain me the difference in using "!" or ";" in front of
"function() {}();"
thanks
pete
//seen at
https://github.com/twitter/bootstrap/blob/master/js/bootstrap-alerts.js
!function( $ ){
}( window.jQuery || window.ender );
//seen at https://github.com/madrobby/keymaster/blob/master/keymaster.js
;(function(global){
})(this);
--
To view archived discussions from the original JSMentors Mailman list:
http://www.mail-archive.com/[email protected]/
To search via a non-Google archive, visit here:
http://www.mail-archive.com/[email protected]/
To unsubscribe from this group, send email to
[email protected]