You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/12/06 02:13:30 UTC

[14/32] git commit: CB-4472 Remove from template config.xml

CB-4472 Remove <preference> from template config.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/933230a7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/933230a7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/933230a7

Branch: refs/heads/fireos
Commit: 933230a70d5e03282b4fce924e40db41e225d98f
Parents: 1558d6c
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Dec 2 15:40:20 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Dec 2 15:40:20 2013 -0500

----------------------------------------------------------------------
 templates/config.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/933230a7/templates/config.xml
----------------------------------------------------------------------
diff --git a/templates/config.xml b/templates/config.xml
index 7e206d6..4a9a4d8 100644
--- a/templates/config.xml
+++ b/templates/config.xml
@@ -16,6 +16,4 @@
     <content src="index.html" />
 
     <access origin="*" />
-    <preference name="fullscreen" value="true" />
-    <preference name="webviewbounce" value="true" />
 </widget>