docs/Roo.docs.init.js
authorAlan Knowles <alan@roojs.com>
Thu, 28 Mar 2019 07:04:15 +0000 (15:04 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Mar 2019 07:04:15 +0000 (15:04 +0800)
docs/Roo.docs.init.js

index 09f0c77..bf0a686 100644 (file)
@@ -288,9 +288,9 @@ Roo.docs.init = {
         });
         
     },
-    fillAugments : function(d, cb)
+    fillAugments : function(d, cb, extends)
     {
-        if (!d.extends.length) {
+        if (!extends.length) {
             cb(d)
         }
         d.augments.push(d.extends);
@@ -321,6 +321,7 @@ Roo.docs.init = {
                     
                     d.events.push(m);  
                 });
+                this.fillAugments(d,cb,r.extends)
                 
             },
             scope : this