mirror of
https://github.com/mrclay/minify.git
synced 2025-08-16 02:54:33 +02:00
do some trivial codestyle fixes
unix newlines, trailing spaces
This commit is contained in:
@@ -81,6 +81,7 @@ class Minify_JS_ClosureCompiler {
|
||||
public static function minify($js, array $options = array())
|
||||
{
|
||||
$obj = new self($options);
|
||||
|
||||
return $obj->min($js);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user