JSDOC.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 28 Jun 2010 08:35:58 +0000 (16:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 28 Jun 2010 08:35:58 +0000 (16:35 +0800)
JSDOC.js [deleted file]
pack.js

diff --git a/JSDOC.js b/JSDOC.js
deleted file mode 100644 (file)
index bba697b..0000000
--- a/JSDOC.js
+++ /dev/null
@@ -1,7 +0,0 @@
-// <script type="text/javascript">
-
-xnew =  imports['xnew.js'].xnew; 
-
-var JSDOC = {};
-
-xnew.load(JSDOC, 'JSDOC');
diff --git a/pack.js b/pack.js
index 3a17a4c..5d10689 100755 (executable)
--- a/pack.js
+++ b/pack.js
@@ -11,7 +11,6 @@
  * -C no cleanup (use with -w if you need are using a cache directory.)
  * -p prefix for translation md5 generator (directory that files are in, and is removed 
  *    from path when generating an md5 for the translated name.
- *
  * compresses files listed as arguments and outputs result
  */
 
@@ -55,6 +54,7 @@ for(var i =0; i < args.length;i++) {
         i++;
         continue;
     }
     if (args[i] == '-C') {
         cfg.cleanup = false;
         continue;