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

index e8e8d63..288050a 100644 (file)
@@ -25,10 +25,9 @@ Dynamic.Component = function(cfg)
     Dynamic.Component.superclass.constructor.call(this, config);
     
     // we can add 'events that the extended element creates here..
-     this.addEvents({
-        
+    this.addEvents({
+        //eg..
        // "click" : true,
-         
        // "toggle" : true
     });
 }
@@ -37,3 +36,5 @@ Dynamic.Component = function(cfg)
 
 
 
+
+