diff --git a/src/qweb.ts b/src/qweb.ts index 305e4a90..d93fa1d4 100644 --- a/src/qweb.ts +++ b/src/qweb.ts @@ -198,7 +198,8 @@ export class QWeb { attf: 1, props: 1, key: 1, - keepalive: 1 + keepalive: 1, + debug: 1 }; [ forEachDirective,