public addJS ( string $file, boolean $overwritePath = false, boolean $minify = true ) | ||
$file | string | The path to the javascript-file that should be loaded. |
$overwritePath | boolean | Whether or not to add the module to this path. Module path is added by default. |
$minify | boolean | Should the file be minified? |