mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] compiler: add missing ; in some places
This commit is contained in:
committed by
Aaron Bohy
parent
6639d361c3
commit
0728c8333d
@@ -6,8 +6,8 @@ exports[`basics display a nice error if it cannot find component (in dev mode) 1
|
||||
let { text, createBlock, list, multi, html, toggler, component, comment } = bdom;
|
||||
|
||||
return function template(ctx, node, key = \\"\\") {
|
||||
const props1 = {}
|
||||
helpers.validateProps(\`SomeMispelledComponent\`, props1, ctx)
|
||||
const props1 = {};
|
||||
helpers.validateProps(\`SomeMispelledComponent\`, props1, ctx);
|
||||
return component(\`SomeMispelledComponent\`, props1, key + \`__1\`, node, ctx);
|
||||
}
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user