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 01567C089 for ; Thu, 7 Jun 2012 20:59:19 +0000 (UTC) Received: (qmail 34553 invoked by uid 500); 7 Jun 2012 20:59:18 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 34489 invoked by uid 500); 7 Jun 2012 20:59:18 -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 34398 invoked by uid 99); 7 Jun 2012 20:59:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2012 20:59:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 74DCD10BA1; Thu, 7 Jun 2012 20:59:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: timkim@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [5/9] js commit: fixed whitepsace Message-Id: <20120607205918.74DCD10BA1@tyr.zones.apache.org> Date: Thu, 7 Jun 2012 20:59:18 +0000 (UTC) fixed whitepsace Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/20b7e604 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/20b7e604 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/20b7e604 Branch: refs/heads/master Commit: 20b7e604f50f00d029e66033dc2d517af79616b9 Parents: d5818e1 Author: Gord Tanner Authored: Wed May 30 09:56:39 2012 -0400 Committer: Tim Kim Committed: Thu Jun 7 13:50:55 2012 -0700 ---------------------------------------------------------------------- lib/playbook/plugin/playbook/capture.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/20b7e604/lib/playbook/plugin/playbook/capture.js ---------------------------------------------------------------------- diff --git a/lib/playbook/plugin/playbook/capture.js b/lib/playbook/plugin/playbook/capture.js index d26d5c8..b6bc0d2 100644 --- a/lib/playbook/plugin/playbook/capture.js +++ b/lib/playbook/plugin/playbook/capture.js @@ -31,7 +31,7 @@ module.exports = { else { win([]); } - + return { "status" : cordova.callbackStatus.NO_RESULT, "message" : "WebWorks Is On It" }; }, captureAudio: function (args, win, fail) {