diff --git a/tools/playground/app.js b/tools/playground/app.js index d07ca6ec..f9f06431 100644 --- a/tools/playground/app.js +++ b/tools/playground/app.js @@ -92,7 +92,7 @@ function makeCodeIframe(js, css, xml, errorHandler) { script.type = "text/javascript"; const content = ` { - owl.__info__.mode = 'dev'; + owl.config.mode = 'dev'; let templates = \`${sanitizedXML}\`; const qweb = new owl.QWeb({ templates }); owl.Component.env = { qweb };