Skip to content
Snippets Groups Projects
Commit 163ac91b authored by Jan Tegeder's avatar Jan Tegeder
Browse files

Multiline Error und Line Feed Error Behoben

parent 19e6c9cb
1 merge request!61Gitlab ci jtgd10
Pipeline #8461 failed with stage
in 15 seconds
This commit is part of merge request !61. Comments created here will be created in the context of that merge request.
......@@ -2,8 +2,6 @@
* Created by merh on 24.03.17.
*/
const todos = [];
class Todo {
constructor(title, description) {
this.title = title;
......@@ -39,4 +37,4 @@ function submitTodo() {
title.value = '';
description.value = '';
}
\ No newline at end of file
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment