I go over some code and I saw the following code
  var failedExtPlugins = PluginR.$getFailPlug();
It seems that this time the $ is not refer to jquery object (yes I know that when you use Jquery you start with $) I guess,so what does it mean? it look like regular method...but way the use $
 
     
     
    