Asset.php
authorjohn <john@roojs.com>
Wed, 15 Aug 2018 06:23:31 +0000 (14:23 +0800)
committerjohn <john@roojs.com>
Wed, 15 Aug 2018 06:23:31 +0000 (14:23 +0800)
Asset.php

index d26eb45..0aa186d 100644 (file)
--- 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;