Commit 33a61fd1 authored by Arthur Verschaeve's avatar Arthur Verschaeve

Thorax-lumbar: fix missing newlines

parent 286d5701
...@@ -7,4 +7,4 @@ ...@@ -7,4 +7,4 @@
"scripts": { "scripts": {
"start": "lumbar build lumbar.json public" "start": "lumbar build lumbar.json public"
} }
} }
\ No newline at end of file
...@@ -46,4 +46,4 @@ Thorax.View.extend({ ...@@ -46,4 +46,4 @@ Thorax.View.extend({
.filter('[href="#/' + ( window.app.TodoFilter || '' ) + '"]') .filter('[href="#/' + ( window.app.TodoFilter || '' ) + '"]')
.addClass('selected'); .addClass('selected');
} }
}); });
\ No newline at end of file
Markdown is supported
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