I was just going through the source code of cordova.js, its structure is like
;(function() { cordova code I have yet to understand })();
Just curious what does the first semi-colon imply?
Is it just to make sure that there is a semicolon preceding the anonymous function or does it mean something else?