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 2012/07/27 20:55:00 UTC

[4/4] git commit: [app] Remove whitespace.

[app] Remove whitespace.


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

Branch: refs/heads/hello-cordova
Commit: 9dab5b90a63a31cf8821dccd43e67abbd8cf9948
Parents: cba0cd2
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Fri Jul 27 10:46:44 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Jul 27 10:46:44 2012 -0700

----------------------------------------------------------------------
 www/index.html  |    2 +-
 www/js/index.js |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/9dab5b90/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index fc9dd1d..003f21a 100644
--- a/www/index.html
+++ b/www/index.html
@@ -2,7 +2,7 @@
 <html>
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-        <meta name = "format-detection" content = "telephone=no"/>
+        <meta name="format-detection" content="telephone=no" />
         <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width;" />
         <link rel="stylesheet" type="text/css" href="css/index.css" />
         <title>Hello Cordova</title>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/9dab5b90/www/js/index.js
----------------------------------------------------------------------
diff --git a/www/js/index.js b/www/js/index.js
index 6140331..b7d0286 100644
--- a/www/js/index.js
+++ b/www/js/index.js
@@ -10,7 +10,7 @@ var app = {
         // so we need to call app.report(), and not this.report()
         app.report('deviceready');
     },
-    report: function(id) { 
+    report: function(id) {
         console.log("report:" + id);
         // hide the .pending <p> and show the .complete <p>
         document.querySelector('#' + id + ' .pending').className += ' hide';