From: john Date: Wed, 15 Aug 2018 06:23:31 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f445346b63d8a5a021c4e54a695b7bfedbff567d Asset.php --- diff --git a/Asset.php b/Asset.php index d26eb451..0aa186dc 100644 --- a/Asset.php +++ b/Asset.php @@ -127,8 +127,6 @@ class Pman_Core_Asset extends Pman { { switch($type) { case 'js': - $suffix = 'jscompile'; - break; case 'css': $suffix = 'csscompile'; break;