JSDOC/ScopeNamer.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 8 Nov 2011 00:39:25 +0000 (08:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 8 Nov 2011 00:39:25 +0000 (08:39 +0800)
JSDOC/ScopeNamer.js

index 5f42ff9..8cdad2e 100644 (file)
@@ -313,6 +313,7 @@ ScopeNamer = XObject.define(
                     sn = new ScopeNamer(this);
                     print("GOT { - walkings statuements;}");
                     if (!token.items) {
+                        continue; // object..!?!?!? = ignore ???
                         print(JSON.stringify(token,null,4));
                     }
                     sn.walkStatements(scope, token.items);