You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/02 02:50:11 UTC

[17/36] incubator-weex git commit: Update WXConfigCenterDefaultImpl.m

Update WXConfigCenterDefaultImpl.m

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

Branch: refs/heads/0.14-dev
Commit: 64046231845be0bbe5d87541aa80f49d2f0e6a76
Parents: d7bd8b9
Author: moxun <fu...@foxmail.com>
Authored: Fri May 26 18:18:02 2017 +0800
Committer: GitHub <no...@github.com>
Committed: Fri May 26 18:18:02 2017 +0800

----------------------------------------------------------------------
 ios/playground/WeexDemo/WXConfigCenterDefaultImpl.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/64046231/ios/playground/WeexDemo/WXConfigCenterDefaultImpl.m
----------------------------------------------------------------------
diff --git a/ios/playground/WeexDemo/WXConfigCenterDefaultImpl.m b/ios/playground/WeexDemo/WXConfigCenterDefaultImpl.m
index 7914dc5..946660d 100644
--- a/ios/playground/WeexDemo/WXConfigCenterDefaultImpl.m
+++ b/ios/playground/WeexDemo/WXConfigCenterDefaultImpl.m
@@ -28,7 +28,7 @@
         return @YES;
     }
     if ([keys[0] isEqualToString:@"iOS_weex_ext_config"] && [keys[1] isEqualToString:@"slider_class_name"]){
-        return @"WXSliderComponent";
+        return @"WXCycleSliderComponent";
     }
     if ([keys[0] isEqualToString:@"weex_prerender_config"] && [keys[1] isEqualToString:@"is_switch_on"]){
         return @YES;