Commit dfdf1891 authored by Rémy Coutable's avatar Rémy Coutable

Fix indentation of methods chaining in Coffee

[ci skip]
parent 8a829c97
......@@ -561,5 +561,5 @@ class @Notes
updateTaskList: ->
$('form', this).submit()
updateNotesCount: (incrementStep) ->
@notesCountBadge.text parseInt(@notesCountBadge.text()) + incrementStep
updateNotesCount: (updateCount) ->
@notesCountBadge.text(parseInt(@notesCountBadge.text()) + updateCount)
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