Skip to content

Commit

Permalink
fixed typo in isSelectable setter
Browse files Browse the repository at this point in the history
  • Loading branch information
MatseFR authored and joshtynjala committed Feb 24, 2023
1 parent 3708a53 commit 33ee45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/feathers/controls/SpinnerList.as
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ package feathers.controls
{
throw new ArgumentError("SpinnerList requires isSelectable to be true.");
}
super.snapToPages = value;
super.isSelectable = value;
}

/**
Expand Down

0 comments on commit 33ee45c

Please sign in to comment.