Fixing none app static functions stopped being called relevant to commit 52eb5ca8e0

This commit is contained in:
Hadi Nategh 2020-07-15 11:01:34 +02:00
parent a90acac0f4
commit fcd7a77c44

View File

@ -140,7 +140,7 @@
}
}
if (typeof parent[existing_func] === "function") {
parent[existing_func];
return parent[existing_func];
}
}