Merge pull request #197 from hanton/master

Fix typo.
This commit is contained in:
Ryan Nystrom
2015-01-02 11:22:15 -08:00

View File

@@ -28,7 +28,7 @@ static CGFloat const kASDKLogoAspectRatio = 2.79;
{
if (self = [super init]) {
self.placeholderEnabled = YES;
self.fadeOutPlaceholder = YES;
self.placeholderFadesOut = YES;
}
return self;
}