mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
f07ec21a07
Because of that missing ";", the playground application tried to inject this: window.TEMPLATES = `...` instead of this: window.TEMPLATES = `...`; So, when the following line started with a (, then the javascript code was interpreted as a function call. And it could happen, because some people like to use the IIFE syntax to have some contained code.