JSDOC/ScopeParser.js
authorAlan Knowles <alan@roojs.com>
Thu, 13 Dec 2012 08:43:40 +0000 (16:43 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 13 Dec 2012 08:43:40 +0000 (16:43 +0800)
JSDOC/ScopeParser.js

index a01fa49..eaf2752 100644 (file)
@@ -363,6 +363,7 @@ ScopeParser.prototype = {
                     
                     var _this = this;
                     token.items.forEach(function(expr) {
+                        print(expr.toString());
                            //print(JSON.stringify(expr, null,4));
                            _this.ts = new TokenStream(expr);
                             //if (curTS.data == '(') {