correction of typos

This commit is contained in:
daboe01
2014-06-30 07:07:26 +02:00
parent 85cff2c0f3
commit bbffd3d113
+2 -2
View File
@@ -540,9 +540,9 @@ CPTextFieldStatePlaceholder = CPThemeState("placeholder");
{
return _textFieldBackgroundColor;
}
- (CPColor)textBackgroundColor
- (CPColor)backgroundColor
{
return _textFieldBackgroundColor;
return [self textFieldBackgroundColor];
}
/*! @ignore */