From: Alan Knowles Date: Thu, 28 Mar 2019 07:05:05 +0000 (+0800) Subject: docs/Roo.docs.init.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=59043253b487c496c95114b6e1de7cc1451b2c5a docs/Roo.docs.init.js --- diff --git a/docs/Roo.docs.init.js b/docs/Roo.docs.init.js index 5404f4843f..30a8de867b 100644 --- a/docs/Roo.docs.init.js +++ b/docs/Roo.docs.init.js @@ -288,15 +288,15 @@ Roo.docs.init = { }); }, - fillAugments : function(d, extends, cb ) + fillAugments : function(d, ext, cb ) { - if (!extends.length) { + if (!ext.length) { cb(d) } - d.augments.push(extends); + d.augments.push(ext); var ax = new Roo.data.Connection({}); ax.request({ - url : this.prefix + 'symbols/' + extends + '.json', + url : this.prefix + 'symbols/' + ext + '.json', method : 'GET', success : function(res, o) {