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

index 9a584d4..5fef56b 100644 (file)
@@ -296,7 +296,8 @@ Roo.docs.init = {
             return;
         }
         if (!ext.length) {
-            cb(d)
+            cb(d);
+            return;
         }
         var next = ext.shift();
         d.augments.push(next);