mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
small cleanup
This commit is contained in:
@@ -47,7 +47,7 @@ export class Widget<T extends WEnv> {
|
|||||||
env: T;
|
env: T;
|
||||||
state: Object = {};
|
state: Object = {};
|
||||||
props: any;
|
props: any;
|
||||||
refs: { [key: string]: Widget<T> | HTMLElement | undefined } = {}; // either HTMLElement or Widget
|
refs: { [key: string]: Widget<T> | HTMLElement | undefined } = {};
|
||||||
|
|
||||||
//--------------------------------------------------------------------------
|
//--------------------------------------------------------------------------
|
||||||
// Lifecycle
|
// Lifecycle
|
||||||
|
|||||||
Reference in New Issue
Block a user