예제 #1
0
 public static function addJavascript($js)
 {
     $head = \Head::singleton();
     $head->addJavascript($js);
 }