Skip to content
Snippets Groups Projects

Gitlab ci jtgd10

Open Jan Tegeder requested to merge gitlab-ci-jtgd10 into master
Viewing commit 163ac91b
Show latest version
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -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
}