From ededd23d9772e8e9b130834251549f0da0aeabdc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 30 Jun 2010 18:02:07 +0800 Subject: [PATCH] JSDOC/Options.js --- JSDOC/Options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/Options.js b/JSDOC/Options.js index 0666ec4..448b6fe 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -115,7 +115,7 @@ Options = { // append full path to source directories. var _this= this; this.src.forEach(function(v, i) { - if (!v.lenght || v[0] != '/') { + if (!v.length || v[0] != '/') { _this.src[i] = _this.baseDir + '/' + v; } if (File.isDirectory(_this.src[i])) { -- 2.39.2