I noticed a + sign preceeding a function in the bootstrap.js code and wondered what effect this has or is it just for fun?

I noticed a + sign preceeding a function in the bootstrap.js code and wondered what effect this has or is it just for fun?

I think it forces the parser to treat the part following the + as an expression. You can also read Immediately-Invoked Function Expression