JSDOC/ScopeNamer.js
authorAlan Knowles <alan@roojs.com>
Sun, 27 Nov 2011 15:04:41 +0000 (23:04 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 27 Nov 2011 15:04:41 +0000 (23:04 +0800)
JSDOC/ScopeNamer.js

index c633249..e8cbcef 100644 (file)
@@ -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...)
-
+                
+