Drop unused sModelName

This commit is contained in:
djmaze 2020-10-18 19:19:45 +02:00
parent 7d89de2fdb
commit ddc866735c
13 changed files with 14 additions and 15 deletions

View file

@ -8,7 +8,7 @@ import { AbstractModel } from 'Knoin/AbstractModel';
class FolderModel extends AbstractModel {
constructor() {
super('FolderModel');
super();
this.name = ko.observable('');
this.fullName = '';