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:59 UTC

[32/50] [abbrv] incubator-weex git commit: + [ios] update ,

+ [ios] update ,


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

Branch: refs/heads/dev
Commit: 949c14f93e6327e5a88b76f4f8c39d507a9a7793
Parents: c2d11a4
Author: 齐山 <su...@163.com>
Authored: Tue Jul 25 14:34:50 2017 +0800
Committer: 齐山 <su...@163.com>
Committed: Tue Jul 25 14:34:50 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/949c14f9/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h b/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h
index 8eb6310..06a486f 100644
--- a/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h
+++ b/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h
@@ -85,7 +85,7 @@ typedef enum : NSUInteger {
 +(BOOL)isTracing;
 /**
  *  @discusstion  set weex perfermance  tracing state , you should use in debug environment
- *  @param isTracing , YES weex will be traced, NO weex will not be traced .
+ *  @param isTracing YES weex will be traced, NO weex will not be traced .
  */
 +(void)switchTracing:(BOOL)isTracing;
 /**
@@ -113,7 +113,7 @@ typedef enum : NSUInteger {
 /**
  *  @discusstion set bundle type
  *  @param jsBundleString: the bundle source.
- *  @param iid: the instance  id.
+ *  @param iid the instance  id.
  */
 +(void)setBundleJSType:(NSString *)jsBundleString instanceId:(NSString *)iid;
 /**