You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cx...@apache.org on 2017/03/06 09:36:11 UTC

[3/8] incubator-weex git commit: + [ios] delete no use code

+ [ios] delete no use code


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/c030aef9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/c030aef9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/c030aef9

Branch: refs/heads/0.11-dev
Commit: c030aef945dcfdeec57c282dc33991326a55ef32
Parents: 7c1b0a5
Author: kfeagle <su...@163.com>
Authored: Fri Mar 3 13:54:33 2017 +0800
Committer: kfeagle <su...@163.com>
Committed: Fri Mar 3 13:54:33 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Component/WXTextAreaComponent.m | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/c030aef9/ios/sdk/WeexSDK/Sources/Component/WXTextAreaComponent.m
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Component/WXTextAreaComponent.m b/ios/sdk/WeexSDK/Sources/Component/WXTextAreaComponent.m
index 8b6900b..20e237b 100644
--- a/ios/sdk/WeexSDK/Sources/Component/WXTextAreaComponent.m
+++ b/ios/sdk/WeexSDK/Sources/Component/WXTextAreaComponent.m
@@ -89,7 +89,6 @@ typedef UITextView WXTextAreaView;
 
 - (void)setText:(NSString *)text
 {
-    
     _textView.text = text;
     if ([text length] >0) {
         self.placeHolderLabel.text = @"";