Created by: nmussat
The "!function ( $ )" notation used to declared each plugins may break with some javascript minifer, raising an "Uncaught SyntaxError: Unexpected token !" error on webkit (Chrome Beta latest). Preprending a semi-colon (ie. ";!function") ensure a correct syntax with as little overhead as possible.