JSDOC/Packer.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 05:16:18 +0000 (13:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 05:16:18 +0000 (13:16 +0800)
JSDOC/Packer.js

index 808420b..d4bb80f 100644 (file)
@@ -99,7 +99,8 @@ Packer = function(cfg)
         this.translateJSON  = dirname + '/compiled/_translation_.js';
         
     }
-    print(JSON.stringify(this,null,4));
+    
+    print(this);
     Seed.quit();
     
     this.timer =  new Date() * 1;