From a92a7e63a3f72459a5592fa6c98558402607d3a9 Mon Sep 17 00:00:00 2001 From: Jan Tegeder <jan.tegeder@mni.thm.de> Date: Fri, 19 May 2017 15:25:53 +0200 Subject: [PATCH] Versuch indentation Error zu beheben II --- src/todo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/todo.js b/src/todo.js index 77a4b36..706b4e9 100644 --- a/src/todo.js +++ b/src/todo.js @@ -3,7 +3,7 @@ */ const todos = []; class Todo { -constructor(title, description) { + constructor(title, description) { this.title = title; this.description = description; } -- GitLab