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

index 31e9de3..48313dc 100644 (file)
@@ -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... 
+    );