You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ac...@apache.org on 2017/08/29 05:27:00 UTC

[2/3] incubator-weex git commit: + [ios] add description @notdanger

+ [ios] add description @notdanger


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

Branch: refs/heads/0.16-dev
Commit: 09fc591b5963a0b15511ffab2fe95fee69142637
Parents: e939607
Author: 齐山 <su...@163.com>
Authored: Tue Aug 29 13:13:48 2017 +0800
Committer: 齐山 <su...@163.com>
Committed: Tue Aug 29 13:13:48 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/09fc591b/ios/sdk/WeexSDK/Sources/Module/WXPrerenderManager.m
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Module/WXPrerenderManager.m b/ios/sdk/WeexSDK/Sources/Module/WXPrerenderManager.m
index 07f26a6..d7d51bd 100644
--- a/ios/sdk/WeexSDK/Sources/Module/WXPrerenderManager.m
+++ b/ios/sdk/WeexSDK/Sources/Module/WXPrerenderManager.m
@@ -41,7 +41,7 @@ static NSString *const MSG_PRERENDER_SUCCESS = @"success";
 @property (nonatomic, assign) WXState state;
 @property (nonatomic, strong) NSDate *beginDate;
 @property (nonatomic) long long cacheTime;
-@property (nonatomic) BOOL isCache;  // if set cache , cachetime is no use
+@property (nonatomic) BOOL isCache;  // if set cache , the cachetime is no use.
 
 @end
 @implementation WXPrerenderTask