idea comment

This commit is contained in:
Bruno Windels 2020-10-09 17:04:17 +02:00
parent 927e8134d3
commit 56e51fc2aa

View File

@ -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;