JSDOC/Options.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 09:03:19 +0000 (17:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 09:03:19 +0000 (17:03 +0800)
JSDOC/Options.js

index 7f157cc..7b81f38 100644 (file)
@@ -127,7 +127,7 @@ Options = {
             if (!v.length || v[0] != '/') {
                 v = _this.baseDir + (v.length ?  '/' + v : '');
             }
-            if (!File.exist(v)) {
+            if (!File.exists(v)) {
                 throw {
                     name: "ArgumentError", 
                     message: "invalid Source Directory : " +  v