JSDOC/Packer.js
authoralan <alan@alanfast.akbkhome.com>
Wed, 21 Apr 2010 06:26:57 +0000 (14:26 +0800)
committeralan <alan@alanfast.akbkhome.com>
Wed, 21 Apr 2010 06:26:57 +0000 (14:26 +0800)
JSDOC/Packer.js

index 45585ee..438d3b8 100644 (file)
@@ -127,7 +127,7 @@ Packer.prototype = {
             var file = this.files[i];
             
             print("reading " +file );
-            if (!File.exists(file)) {
+            if (!File.isFile(file)) {
                 print("SKIP (does not exist) " + file);
                 continue;
             }