Skip to content
Snippets Groups Projects
Commit 476dbf75 authored by Aaron Bohy's avatar Aaron Bohy
Browse files

[FIX] web: patch: can call a not bound patched function

Before this commit, it wasn't possible to patch some functions
(e.g. setTimeout) on window, because of the way we call them.
Indeed, we typically do `setTimeout(...)`, because this function
doesn't need to be bound to the window object.

Part-of: odoo/odoo#78621
parent a03e1281
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment