fix
This commit is contained in:
parent
53800532be
commit
434f524ee8
|
@ -1078,8 +1078,8 @@
|
|||
module.BDFDBpatch[modulefunction] = {};
|
||||
for (let type of WebModulesData.Patchtypes) module.BDFDBpatch[modulefunction][type] = {};
|
||||
}
|
||||
const originalfunction = module[modulefunction];
|
||||
if (!module[modulefunction]) module[modulefunction] = _ => {};
|
||||
const originalfunction = module[modulefunction];
|
||||
module.BDFDBpatch[modulefunction].originalMethod = originalfunction;
|
||||
module[modulefunction] = function () {
|
||||
const data = {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue