From: Alan Knowles Date: Thu, 28 Jul 2011 14:39:23 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b6db24833a18ec283cee726432c58f38c1fb7a17 JsCompile.php --- 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;