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

index 494bf3e..73122e9 100644 (file)
@@ -247,7 +247,7 @@ ScopeNamer = XObject.define(
                     name = !isGlobal && name && !name.match(/^this\./) ? false : name;
                     if (!isGlobal && name && name.match(/^this\./) ) { 
                         // see if scope ends in prototype..
-                        print(JSON.stringify(scope));
+                        print("SCOPE:" + JSON.stringify(scope));
                         if (
                             (scope.split('.').pop() == 'prototype') &&
                             (name.split('.').length == 2)