examples/bootstrap4/dynamic-components.js
authorAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 07:39:04 +0000 (15:39 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 07:39:04 +0000 (15:39 +0800)
examples/bootstrap4/dynamic-components.js

index f44db19..b658bc8 100644 (file)
@@ -36,6 +36,9 @@ Dynamic.Component = function(cfg)
        // "click" : true,
        // "toggle" : true
     });
+    
+    
+    
 }
 
 Roo.extend(Dynamic.Component, Roo.bootstrap.Body, {