From: Alan Knowles Date: Thu, 15 Jul 2010 10:44:41 +0000 (+0800) Subject: JSDOC/Walker2.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=fdf1415796dfcfb63920b258ff5e2d5fc694635d;hp=f97b7efe182b819e8f6143b7aeb9fd45c7ab75f0 JSDOC/Walker2.js --- 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);