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

index 5404f48..30a8de8 100644 (file)
@@ -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)
             {