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/jsmentors@jsmentors.com/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/jsmentors@googlegroups.com/

To unsubscribe from this group, send email to
jsmentors+unsubscr...@googlegroups.com

Reply via email to