Remove trailing semicolons in CoffeeScript files
This commit is contained in:
@@ -2,7 +2,7 @@ App.Sortable =
|
||||
initialize: ->
|
||||
$(".sortable").sortable
|
||||
update: (event, ui) ->
|
||||
new_order = $(this).sortable('toArray', { attribute: 'data-answer-id' });
|
||||
new_order = $(this).sortable('toArray', { attribute: 'data-answer-id' })
|
||||
$.ajax
|
||||
url: $('.sortable').data('js-url'),
|
||||
data: { ordered_list: new_order },
|
||||
|
||||
Reference in New Issue
Block a user