From 5092f4b1e952ade5926c2e04cc0577a0878a747e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Jul 2010 18:16:10 +0800 Subject: [PATCH] JSDOC/BuildDocs.js --- JSDOC/BuildDocs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/BuildDocs.js b/JSDOC/BuildDocs.js index cdaf8a4..b614cc6 100644 --- a/JSDOC/BuildDocs.js +++ b/JSDOC/BuildDocs.js @@ -60,7 +60,7 @@ BuildDocs = { _getSrcFiles : function() { this.srcFiles = []; - + var _this = this; var ext = ["js"]; if (Options.ext) { ext = Options.ext.split(",").map(function($) {return $.toLowerCase()}); @@ -77,7 +77,7 @@ BuildDocs = { if (ext.indexOf(thisExt) < 0) { return; } - this.srcFiles.push(Options.src[i] + '/' + $); + _this.srcFiles.push(Options.src[i] + '/' + $); }); } -- 2.39.2