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

index 8627736..efa0871 100644 (file)
@@ -300,7 +300,7 @@ ScopeNamer = XObject.define(
                 case 'XObject.extend':
                 case 'Roo.apply':
                     //print(JSON.stringify(items,null,4));
-                    scope = items[0][0].data;
+                    scope += '.' + items[0][0].data;
                     // 2nd arg is a object def
                     if (items[1][0].data != '{') {
                         return;