From: Alan Knowles Date: Thu, 21 Feb 2019 10:05:21 +0000 (+0800) Subject: examples/bootstrap4/dynamic-components.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=ff66cc95fe3bc6e14c86862862848a72a3c35570 examples/bootstrap4/dynamic-components.js --- diff --git a/examples/bootstrap4/dynamic-components.js b/examples/bootstrap4/dynamic-components.js index 31e9de39cb..48313dc2e9 100644 --- a/examples/bootstrap4/dynamic-components.js +++ b/examples/bootstrap4/dynamic-components.js @@ -184,8 +184,9 @@ Dynamic.Component.Form = function(cfg) } ] } - ],cfg // cfg has to be applied to the schema... - }); + ] + },cfg // cfg has to be applied to the schema... + );