lib
This commit is contained in:
parent
f7b96ea579
commit
4397f35c8e
File diff suppressed because one or more lines are too long
|
@ -6311,5 +6311,8 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
if (BDFDB.WebModules.DevFuncs.listen.p == "function") BDFDB.WebModules.DevFuncs.listen.p();
|
||||
};
|
||||
}
|
||||
for (let component in LibraryComponents) if (!LibraryComponents[component]) LibraryComponents[component] = 'div';
|
||||
for (let component in LibraryComponents) if (!LibraryComponents[component]) {
|
||||
LibraryComponents[component] = 'div';
|
||||
BDFDB.LibraryComponents[component] = 'div';
|
||||
}
|
||||
})();
|
Loading…
Reference in New Issue