From c6f32aea415dbc309ea2d01c279b004f6a0c3880 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Jul 2010 22:50:47 +0800 Subject: [PATCH] JSDOC/Walker2.js --- JSDOC/Walker2.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index fdcc3c0..9e7b206 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -371,10 +371,10 @@ Walker2 = XObject.define( // change scope to xxxx print(JSON.stringify([ - this.ts.lookTok(1).data - this.ts.lookTok(2).name - this.ts.lookTok(3).type - this.ts.lookTok(4).data + this.ts.lookTok(1).data , + this.ts.lookTok(2).name , + this.ts.lookTok(3).type , + this.ts.lookTok(4).data , this.ts.lookTok(5).data ], null, 4)); -- 2.39.2