From bbffd3d113b9a4e30ef534f85533ea2221e9b3a9 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Mon, 30 Jun 2014 07:07:26 +0200 Subject: [PATCH] correction of typos --- AppKit/CPTextField.j | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppKit/CPTextField.j b/AppKit/CPTextField.j index 4032701cd..d25920d11 100644 --- a/AppKit/CPTextField.j +++ b/AppKit/CPTextField.j @@ -540,9 +540,9 @@ CPTextFieldStatePlaceholder = CPThemeState("placeholder"); { return _textFieldBackgroundColor; } -- (CPColor)textBackgroundColor +- (CPColor)backgroundColor { - return _textFieldBackgroundColor; + return [self textFieldBackgroundColor]; } /*! @ignore */