[app] Remove whitespace.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/commit/9dab5b90 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/9dab5b90 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/9dab5b90 Branch: refs/heads/master Commit: 9dab5b90a63a31cf8821dccd43e67abbd8cf9948 Parents: cba0cd2 Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Fri Jul 27 10:46:44 2012 -0700 Committer: Michael Brooks <mich...@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-app-hello-world/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-app-hello-world/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';