Updated Branches:
  refs/heads/master 7ec20e775 -> d3ee322d7
Updated Tags:  refs/tags/2.2.0rc1 [created] d3ee322d7


Updating Hello World


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

Branch: refs/heads/master
Commit: d3ee322d7c94e19feae289403ec6e6c002f0469b
Parents: 7ec20e7
Author: Joe Bowser <bows...@apache.org>
Authored: Mon Oct 15 14:19:46 2012 -0700
Committer: Joe Bowser <bows...@apache.org>
Committed: Mon Oct 15 14:19:46 2012 -0700

----------------------------------------------------------------------
 bin/templates/project/assets/www/css/index.css |    6 +++---
 bin/templates/project/assets/www/js/index.js   |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/d3ee322d/bin/templates/project/assets/www/css/index.css
----------------------------------------------------------------------
diff --git a/bin/templates/project/assets/www/css/index.css 
b/bin/templates/project/assets/www/css/index.css
index f1f9d76..51daa79 100644
--- a/bin/templates/project/assets/www/css/index.css
+++ b/bin/templates/project/assets/www/css/index.css
@@ -17,13 +17,13 @@
  * under the License.
  */
 * {
-    -webkit-touch-callout: none;                /* prevent callout to copy 
image, etc when tap to hold */
-    -webkit-text-size-adjust: none;             /* prevent webkit from 
resizing text to fit */
     -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link 
selection, adjust last value opacity 0 to 1.0 */
-    -webkit-user-select: none;                  /* prevent copy paste, to 
allow, change 'none' to 'text' */
 }
 
 body {
+    -webkit-touch-callout: none;                /* prevent callout to copy 
image, etc when tap to hold */
+    -webkit-text-size-adjust: none;             /* prevent webkit from 
resizing text to fit */
+    -webkit-user-select: none;                  /* prevent copy paste, to 
allow, change 'none' to 'text' */
     background-color:#E4E4E4;
     background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
     background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);

http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/d3ee322d/bin/templates/project/assets/www/js/index.js
----------------------------------------------------------------------
diff --git a/bin/templates/project/assets/www/js/index.js 
b/bin/templates/project/assets/www/js/index.js
index 87b5660..31d9064 100644
--- a/bin/templates/project/assets/www/js/index.js
+++ b/bin/templates/project/assets/www/js/index.js
@@ -31,7 +31,7 @@ var app = {
     // deviceready Event Handler
     //
     // The scope of 'this' is the event. In order to call the 'receivedEvent'
-    // function, we must explicitly call 'app.receivedEvent(...);'
+    // function, we must explicity call 'app.receivedEvent(...);'
     onDeviceReady: function() {
         app.receivedEvent('deviceready');
     },

Reply via email to