Exemple #1
0
 /**
  * Load a given JavaScript file. 
  * @param string path to file  
  * @return boolean 
  */
 public static function js($file = false)
 {
     return View::js($file);
 }