You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/21 14:07:03 UTC

[32/50] docs commit: [CB-3820] not sure what ShowSplashScreenSpinner refers to, but not important

[CB-3820] not sure what ShowSplashScreenSpinner refers to, but not important


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/113fe1fc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/113fe1fc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/113fe1fc

Branch: refs/heads/master
Commit: 113fe1fc428d3e6ba28d7cabfebf3a95a0ad9860
Parents: d967edc
Author: Mike Sierra <ms...@adobe.com>
Authored: Fri Sep 20 11:08:39 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:04:16 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/config.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/113fe1fc/docs/en/edge/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/config.md b/docs/en/edge/guide/platforms/ios/config.md
index 00d2e9b..894f45a 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -56,12 +56,10 @@ File for information on global configuration options.
         <preference name="FadeSplashScreenDuration" value="4"/>
 
 * `ShowSplashScreenSpinner` (boolean, defaults to `true`): set to `false`
-  to hide the splash-screen spinner.
+  to hide the splash screen spinner element.
 
         <preference name="ShowSplashScreenSpinner" value="false"/>
 
-<!-- QUERY I: for ShowSplashScreenSpinner describe spinner -->
-
 * `MediaPlaybackRequiresUserAction` (boolean, defaults to `false`):
   set to `true` to prevent HTML5 video from playing automatically with
   the `autoplay` attribute.