From 1e81e909fd77b973b32e6f7fb224f570925ec3e8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 27 Nov 2011 23:04:41 +0800 Subject: [PATCH] JSDOC/ScopeNamer.js --- JSDOC/ScopeNamer.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/JSDOC/ScopeNamer.js b/JSDOC/ScopeNamer.js index c633249..e8cbcef 100644 --- a/JSDOC/ScopeNamer.js +++ b/JSDOC/ScopeNamer.js @@ -348,6 +348,7 @@ ScopeNamer = XObject.define( // 'assignment..' // it's done on the third element to enable object assignment to work above.. // a = ..... + // including ... aaa = new BBB({ if (this.lookTok(-1).data == '=' && this.lookTok(-2).is('NAME')) { @@ -438,7 +439,8 @@ ScopeNamer = XObject.define( // TODO: // this.xxxx = (with jsdoc...) - + + -- 2.39.2