From 56e51fc2aa19cf06bf4f84a76b4ec395c4bfb02a Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 9 Oct 2020 17:04:17 +0200 Subject: [PATCH] idea comment --- src/ui/web/general/TemplateView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/web/general/TemplateView.js b/src/ui/web/general/TemplateView.js index 4e897cf0..80c2cf2e 100644 --- a/src/ui/web/general/TemplateView.js +++ b/src/ui/web/general/TemplateView.js @@ -37,6 +37,7 @@ function objHasFns(obj) { - className binding returning object with className => enabled map - add subviews inside the template */ +// TODO: should we rename this to BoundView or something? As opposed to StaticView ... export class TemplateView { constructor(value, render = undefined) { this._value = value;