You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by kf...@apache.org on 2017/07/17 09:40:31 UTC

incubator-weex git commit: + [ios] delete ;

Repository: incubator-weex
Updated Branches:
  refs/heads/0.15-dev ff12fe5a9 -> 3bf348d35


+ [ios] delete ;


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

Branch: refs/heads/0.15-dev
Commit: 3bf348d3572ed2c50f1084110fd1d09bc31cafb3
Parents: ff12fe5
Author: 齐山 <su...@163.com>
Authored: Mon Jul 17 17:33:45 2017 +0800
Committer: 齐山 <su...@163.com>
Committed: Mon Jul 17 17:33:45 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/3bf348d3/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m b/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m
index a6f1f0e..b57a1e2 100644
--- a/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m
+++ b/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m
@@ -243,7 +243,7 @@ do {\
     return [WXConvert WXPixelType:value scaleFactor:self.weexInstance.pixelScaleFactor];
 }
 
-- (void)_fillCSSNode:(NSDictionary *)styles;
+- (void)_fillCSSNode:(NSDictionary *)styles
 {
     // flex
     WX_STYLE_FILL_CSS_NODE(flex, flex, CGFloat)