JSDOC/Options.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 10:01:01 +0000 (18:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 10:01:01 +0000 (18:01 +0800)
JSDOC/Options.js

index f739c3b..95e1656 100644 (file)
@@ -102,7 +102,7 @@ Options = {
         if (this.conf) {
             var conf = this.conf[0] == '/' ? this.conf : this.baseDir + '/' + this.conf;
             print("loading : " + conf);
-            print(JSON.stringify(JSON.parse(File.read(conf)), null,4);
+            print(JSON.stringify(JSON.parse(File.read(conf)), null,4));
             XObject.extend(this, JSON.parse(File.read(conf)));;
         }
         // help ?? -- usage..