X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JsCompile.php;h=b31af69a7ac3b6c2c28ae30f06df910285c1a5db;hb=a9f091257fe32205bfbc140f440ff577bfb6ba89;hp=f4cd77c4309fd5ad31f6cb10248d267f44478bb0;hpb=a33e635f9e7475d60130786c56dab573be5a198e;p=Pman.Core diff --git a/JsCompile.php b/JsCompile.php index f4cd77c4..b31af69a 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -122,7 +122,7 @@ class Pman_Core_JsCompile extends Pman } $tf = // sort exc. the .js - usort($ofiles,create_function('$a,$b', 'return Pman_Core_JsCompile($a,$b);')); + usort($ofiles,create_function('$a,$b', 'return Pman_Core_JsCompile::jsSort($a,$b);')); //print_R($ofiles);