I was looking at bootstrap.js file and I noticed a strange (to me) notation for declare functions for plugins 
Is there a difference between these two declaration:
function($)
and
function ($)
if it is not clear there is a blank char between function and ($) in the second declaration. 
I'm wondering of this because sublime text gives me two different color on ($)
 
     
    