Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Clean up rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Adlai Holler committed Oct 14, 2016
1 parent a86ab5f commit 372f2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AsyncDisplayKit/ASCollectionView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ - (ASScrollDirection)_scrollDirectionForVelocity:(CGPoint)scrollVelocity

- (ASScrollDirection)scrollableDirections
{
if (_layoutInspectorFlags.layoutInspectorScrollableDirections) {
if (_layoutInspectorFlags.scrollableDirections) {
return [self.layoutInspector scrollableDirections];
} else {
ASScrollDirection scrollableDirection = ASScrollDirectionNone;
Expand Down

0 comments on commit 372f2ca

Please sign in to comment.