From fdf1415796dfcfb63920b258ff5e2d5fc694635d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 18:44:41 +0800 Subject: [PATCH] JSDOC/Walker2.js --- JSDOC/Walker2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index ceb024d..3ec5a9e 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -568,7 +568,7 @@ Walker2 = XObject.define( (this.ts.lookTok(-2).type == 'NAME') && (this.ts.lookTok(-3).data == '(' || this.ts.lookTok(-3).data== ',') ) { - int("got for : function() {"); + print("got for : function() {"); //scopeName = this.ts.look(-3).data; this.ts.balanceN(Script.TOKlparen); -- 2.39.2