JSDOC/ScopeNamer.js
[app.jsdoc] / JSDOC / ScopeNamer.js
index 84010ce..308b5bb 100644 (file)
@@ -151,6 +151,7 @@ ScopeNamer = XObject.define(
                     // might be an array..
                     if (typeof(scope) != 'String') {
                         scope = scope[0].desc;
+                        this.global = scope;
                     }
                 }