Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanton committed Jan 2, 2015
1 parent 13c5702 commit 7a12bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Placeholders/Sample/SlowpokeImageNode.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ - (instancetype)init
{
if (self = [super init]) {
self.placeholderEnabled = YES;
self.fadeOutPlaceholder = YES;
self.placeholderFadesOut = YES;
}
return self;
}
Expand Down

0 comments on commit 7a12bf3

Please sign in to comment.