Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B107DFEE for ; Wed, 1 Aug 2012 16:39:09 +0000 (UTC) Received: (qmail 49914 invoked by uid 500); 1 Aug 2012 16:39:08 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 49841 invoked by uid 500); 1 Aug 2012 16:39:08 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 49755 invoked by uid 99); 1 Aug 2012 16:39:08 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2012 16:39:08 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 612461B03C; Wed, 1 Aug 2012 16:39:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mwbrooks@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [4/48] git commit: [app] Remove whitespace. Message-Id: <20120801163908.612461B03C@tyr.zones.apache.org> Date: Wed, 1 Aug 2012 16:39:08 +0000 (UTC) [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 Authored: Fri Jul 27 10:46:44 2012 -0700 Committer: Michael Brooks 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 @@ - + Hello Cordova 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

and show the .complete

document.querySelector('#' + id + ' .pending').className += ' hide';