* Missing ;
This commit is contained in:
parent
a3e37293f4
commit
3db16ed4a1
|
@ -573,7 +573,7 @@ ViewController.prototype.loadFromMenuConfig = function(options, cb) {
|
||||||
},
|
},
|
||||||
function applyThemeCustomization(callback) {
|
function applyThemeCustomization(callback) {
|
||||||
//if(_.isObject(formConfig)) {
|
//if(_.isObject(formConfig)) {
|
||||||
formConfig = formConfig || {}
|
formConfig = formConfig || {};
|
||||||
|
|
||||||
console.log(formConfig)
|
console.log(formConfig)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue