From b6db24833a18ec283cee726432c58f38c1fb7a17 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Jul 2011 22:39:23 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/JsCompile.php b/JsCompile.php index ad26719c..d657891a 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -69,14 +69,14 @@ class Pman_Core_JsCompile extends Pman * * @param {String} basedir absolute path to files * @param {Array} list of files (ontop of basedir) - * @param {String|false} output url (path to basedir basically), or false + * @param {String} output url (path to basedir basically), or false * to not compile * * */ - function packScript($basedir, $files, $output_url) + function packScript($basedir, $files, $output_url, $no_compile=false) { // this outputs '; return; -- 2.39.2