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

[39/50] docs commit: [CB-3820] assume exit-on-suspend ios pref is PGB-only

[CB-3820] assume exit-on-suspend ios pref is PGB-only


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

Branch: refs/heads/master
Commit: 1ea2cb4746799726fff4ba9556a6800e540d580d
Parents: 3b415ec
Author: Mike Sierra <ms...@adobe.com>
Authored: Fri Sep 20 11:15:41 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:05:05 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/config.md | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1ea2cb47/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 18c4990..0e7e305 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -102,21 +102,6 @@ File for information on global configuration options.
         <preference name="KeyboardShrinksView" value="true"/>
 
 
-<!-- QUERY I: Is exit-on-suspend OK?
-
- #### Exit On Suspend
-
-* `exit-on-suspend` with values `true` or `false`
-
-  * example: `<preference name="exit-on-suspend" value="true" />`
-
-  * if set to true, app will terminate when suspended, for example
-    when home button is pressed
-
-  * default is _false_
-
--->
-
 <!-- QUERY I: Is show-splash-screen-spinner OK?
 
  #### Show Splash Screen Spinner