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 2018/04/03 09:06:26 UTC

incubator-weex git commit: fix typo of WXScrollerComponentView

Repository: incubator-weex
Updated Branches:
  refs/heads/master eccc224ab -> 63c06197f


fix typo of WXScrollerComponentView

fix typo of WXScrollerComponentView

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

Branch: refs/heads/master
Commit: 63c06197f294f4119cb96ab783c9df009bf38f4e
Parents: eccc224
Author: acton393 <zh...@gmail.com>
Authored: Tue Apr 3 17:01:21 2018 +0800
Committer: GitHub <no...@github.com>
Committed: Tue Apr 3 17:01:21 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/63c06197/ios/sdk/WeexSDK/Sources/Component/WXScrollerComponent.m
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Component/WXScrollerComponent.m b/ios/sdk/WeexSDK/Sources/Component/WXScrollerComponent.m
index deaa2c2..796b18f 100644
--- a/ios/sdk/WeexSDK/Sources/Component/WXScrollerComponent.m
+++ b/ios/sdk/WeexSDK/Sources/Component/WXScrollerComponent.m
@@ -712,7 +712,7 @@ WX_EXPORT_METHOD(@selector(resetLoadmore))
 
 - (void)loadMoreIfNeed
 {
-    WXScrollerComponnetView* scrollView = (WXScrollerComponnetView *)self.view;
+    WXScrollerComponentView* scrollView = (WXScrollerComponentView *)self.view;
     if (scrollView.isDragging || scrollView.isTracking || scrollView.isDecelerating) {
         [self performSelector:@selector(loadMoreIfNeed) withObject:nil afterDelay:0.1];
         return;