From 22213447921415948511ed9b2c96d2d871b8d2f2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 27 Jul 2010 12:48:09 +0800 Subject: [PATCH] JSDOC/Packer.js --- JSDOC/Packer.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index 933156d..5a21132 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -83,6 +83,10 @@ Packer = function(cfg) throw "No Files"; } + if cfg. + + + this.timer = new Date() * 1; this.packAll(); @@ -100,7 +104,12 @@ Packer.prototype = { */ files : false, /** - * @prop target {String} target to write files to - must be full path. + * @cfg {String} target to write files to - must be full path. + */ + target : '', + /** + * @cfg {Boolean} autoBuild - turn on autobuild feature (puts files in compiled directory, + * and enables translation toolkit. */ target : '', /** -- 2.39.2