mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Code refactoring (5) (es5 -> es2015)
This commit is contained in:
parent
c148e19ea3
commit
cec53b111f
68 changed files with 2210 additions and 2472 deletions
|
|
@ -12,8 +12,7 @@ import {AbstractModel} from 'Knoin/AbstractModel';
|
|||
|
||||
class FolderModel extends AbstractModel
|
||||
{
|
||||
constructor()
|
||||
{
|
||||
constructor() {
|
||||
super('FolderModel');
|
||||
|
||||
this.name = ko.observable('');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue