From: Alan Knowles Date: Thu, 28 Mar 2019 07:04:15 +0000 (+0800) Subject: docs/Roo.docs.init.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=592c950fff97c660afa3101f31d83a65755d2207 docs/Roo.docs.init.js --- diff --git a/docs/Roo.docs.init.js b/docs/Roo.docs.init.js index 09f0c77146..bf0a68661e 100644 --- a/docs/Roo.docs.init.js +++ b/docs/Roo.docs.init.js @@ -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