forked from mystiq/hydrogen-web
idea comment
This commit is contained in:
parent
927e8134d3
commit
56e51fc2aa
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue