small cleanup

This commit is contained in:
Géry Debongnie
2019-01-28 16:20:10 +01:00
parent 6ae6ddadc8
commit c5df755094
+1 -1
View File
@@ -47,7 +47,7 @@ export class Widget<T extends WEnv> {
env: T;
state: Object = {};
props: any;
refs: { [key: string]: Widget<T> | HTMLElement | undefined } = {}; // either HTMLElement or Widget
refs: { [key: string]: Widget<T> | HTMLElement | undefined } = {};
//--------------------------------------------------------------------------
// Lifecycle