From: alan Date: Mon, 19 Apr 2010 06:51:16 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=e74d9986121b184752660c6aa02dabae55e478a7 JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 8b4b7e1..6922034 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -361,7 +361,7 @@ ScopeParser.prototype = { // skip anyting with "." before it..!! - print("check dot:"); + if (this.ts.lookTok(-1).data == ".") { // skip, it's an object prop. //println(""+token.data+"");