As I look through a lot of mootols source and other's classes I often see this kind of thing:
(function(){
// a class or something ...
})();
What's purpose? And what is that end piece () ?
As I look through a lot of mootols source and other's classes I often see this kind of thing:
(function(){
// a class or something ...
})();
What's purpose? And what is that end piece () ?