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

[4/9] js commit: Removing a debug stub I had put in for testing. #FAIL

Removing a debug stub I had put in for testing. #FAIL


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/afece19c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/afece19c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/afece19c

Branch: refs/heads/master
Commit: afece19c3541187e41dd5526ca96bae363eb73f8
Parents: e8f1cef
Author: Gord Tanner <gt...@gmail.com>
Authored: Wed May 30 17:39:41 2012 -0300
Committer: Tim Kim <ti...@nitobi.com>
Committed: Thu Jun 7 13:50:55 2012 -0700

----------------------------------------------------------------------
 lib/playbook/plugin/playbook/capture.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/afece19c/lib/playbook/plugin/playbook/capture.js
----------------------------------------------------------------------
diff --git a/lib/playbook/plugin/playbook/capture.js b/lib/playbook/plugin/playbook/capture.js
index 6126799..472c4c2 100644
--- a/lib/playbook/plugin/playbook/capture.js
+++ b/lib/playbook/plugin/playbook/capture.js
@@ -26,7 +26,6 @@ function capture(action, win, fail) {
 }
 
 module.exports = {
-    foo: capture,
     getSupportedAudioModes: function (args, win, fail) {
         return {"status": cordova.callbackStatus.OK, "message": []};
     },