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

index e69ae05..7c3161f 100644 (file)
@@ -298,10 +298,11 @@ Roo.docs.init = {
         if (!ext.length) {
             cb(d)
         }
-        d.augments.push(ext);
+        var next = ext.shift();
+        d.augments.push(next);
         var ax =   new Roo.data.Connection({});
         ax.request({
-            url : this.prefix + 'symbols/' + ext + '.json',
+            url : this.prefix + 'symbols/' + next + '.json',
             method : 'GET',
             success : function(res, o)
             {