Skip to content

Commit cf089da

Browse files
committed
fixing multi-line statements
1 parent 4ffa496 commit cf089da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/taskboard/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
sections.push(el);
4747
});
4848
sections.each(function(el) {
49-
new TaskBoardPane(el.id, {constraint: false, containment: sections, scroll: true, dropOnEmpty: true, only: 'card'});
49+
new TaskBoardPane(el.id, {constraint: false, containment: sections, scroll: window, dropOnEmpty: true, only: 'card'});
5050
});
5151
TaskBoardUtils.checkboxListener();
5252
// Sortable.create('sortable-root', {tree: true, dropOnEmpty: true, constraint: false, overlap: 'vertical'});

0 commit comments

Comments
 (0)