I was analyzing a code and found the following excerpt:
;(function ($, window, document, undefined) {
//...
})(jQuery, window, document);
Notice that at the beginning of the first line, the ";" character exists; (semicolon).
What is th...
asked on
02.06.2014 / 13:39