JSDOC/ScopeNamer.js
authorAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 04:34:19 +0000 (12:34 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 04:34:19 +0000 (12:34 +0800)
JSDOC/ScopeNamer.js

index 64540de..588dcc1 100644 (file)
@@ -88,7 +88,7 @@ ScopeNamer = XObject.define(
         this.args = this.args ? this.args.slice(0)  : [];
         Symbol.srcFile = this.filename;
         this.createJSDOC = true;
-        
+        this.global = '_global_';
        // console.dump(ar);
         
     },