mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Revert templateId to viewModelTemplateID for issue #150
This commit is contained in:
parent
7ede8eeb4a
commit
21a9e24233
4 changed files with 6 additions and 6 deletions
|
|
@ -8,8 +8,8 @@ import { ViewType } from 'Knoin/Knoin';
|
|||
class AbstractView {
|
||||
constructor(templateID, type)
|
||||
{
|
||||
// Object.defineProperty(this, 'templateId', { value: templateID });
|
||||
this.templateId = templateID;
|
||||
// Object.defineProperty(this, 'viewModelTemplateID', { value: templateID });
|
||||
this.viewModelTemplateID = templateID;
|
||||
this.viewType = type;
|
||||
this.viewModelDom = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue