Example #1
0
 /**
  * Set the location of the jQuery library
  *
  * @see ProfilerRenderer::$jQueryLocation
  * @param string $url URL of the jQuery library
  */
 public static function setJqueryLocation($url)
 {
     self::$jQueryLocation = $url;
 }