AssetTrait.php
authorjohn <john@roojs.com>
Fri, 15 Jun 2018 06:03:43 +0000 (14:03 +0800)
committerjohn <john@roojs.com>
Fri, 15 Jun 2018 06:03:43 +0000 (14:03 +0800)
AssetTrait.php

index b05bbd4..d37d945 100644 (file)
@@ -15,6 +15,8 @@ trait Pman_Core_AssetTrait {
     
     function outputJavascriptDir($path)
     {
+        print_r($path);
+        
         
         $relpath = $this->rootURL . '/' . $path .'/';
         $ff = HTML_FlexyFramework::get();