You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by zs...@apache.org on 2017/08/01 02:54:46 UTC

[19/50] [abbrv] incubator-weex git commit: + [ios] update method to class method

+ [ios] update method to class method


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

Branch: refs/heads/dev
Commit: d3cadef3a441cd8f3c005cdf0a611f08a1c49559
Parents: 82c3559
Author: 齐山 <su...@163.com>
Authored: Fri Jul 21 17:26:20 2017 +0800
Committer: 齐山 <su...@163.com>
Committed: Fri Jul 21 17:26:20 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/d3cadef3/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.m
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.m b/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.m
index f7c167b..a70a798 100644
--- a/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.m
+++ b/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.m
@@ -139,7 +139,7 @@
     }
 }
 
--(void)clearTracingData
++(void)clearTracingData
 {
     [WXTracingManager sharedInstance].tracingTasks = nil;
 }