Skip to content

Commit b36c5a4

Browse files
committed
cosmetics: indentation
1 parent c047f45 commit b36c5a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/angular-sortable-view.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@
447447
if(targetLeft + helperRect.width > containmentRect.left + body.scrollLeft + containmentRect.width) // right boundary
448448
targetLeft = containmentRect.left + body.scrollLeft + containmentRect.width - helperRect.width;
449449

450-
targetLeft -= containmentRect.left;
451-
targetTop -= containmentRect.top;
450+
targetLeft -= containmentRect.left;
451+
targetTop -= containmentRect.top;
452452
}
453453
this.style.left = targetLeft - body.scrollLeft + 'px';
454454
this.style.top = targetTop - body.scrollTop + 'px';

0 commit comments

Comments
 (0)