JSDOC/ScopeNamer.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 7 Nov 2011 23:25:28 +0000 (07:25 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 7 Nov 2011 23:25:28 +0000 (07:25 +0800)
JSDOC/ScopeNamer.js

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