Fix typo.

This commit is contained in:
hanton
2015-01-02 17:16:58 +08:00
parent 13c57020c1
commit 7a12bf3a20

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;
}