Commit 01ffe91d authored by Arthur Verschaeve's avatar Arthur Verschaeve

Emberjs: remove trailing comma

This makes JSCS pass on the ember app
parent 80a55a23
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
var completed = this.get('completed'); var completed = this.get('completed');
completed.invoke('deleteRecord'); completed.invoke('deleteRecord');
completed.invoke('save'); completed.invoke('save');
}, }
}, },
/* properties */ /* properties */
......
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