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: é½å±± <[email protected]> Authored: Mon Jul 17 17:33:45 2017 +0800 Committer: é½å±± <[email protected]> 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)
