JSDOC/Packer.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 04:48:09 +0000 (12:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 04:48:09 +0000 (12:48 +0800)
JSDOC/Packer.js

index 933156d..5a21132 100644 (file)
@@ -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 : '',
     /**