JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:06:07 +0000 (13:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:06:07 +0000 (13:06 +0800)
JSDOC/ScopeParser.js

index 330f3d0..2914d18 100644 (file)
@@ -303,6 +303,7 @@ ScopeParser.prototype = {
                             var nts = [];
                             while (true) {
                                 var n = this.ts.lookTok();
+                                print(n.toString());
                                 if (!n || n.data == ',') {
                                     break;
                                 }