You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/06/07 22:59:18 UTC

[5/9] js commit: fixed whitepsace

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 <gt...@gmail.com>
Authored: Wed May 30 09:56:39 2012 -0400
Committer: Tim Kim <ti...@nitobi.com>
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) {