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

index d3e902a..8e5511d 100644 (file)
@@ -24,6 +24,7 @@ Dynamic.Component = function(cfg)
 
     Dynamic.Component.superclass.constructor.call(this, config);
     
+    // we can add 'events that the extended element creates here..
     
 }