You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/05/14 21:18:49 UTC

js commit: [CB600] getCurrentPositionAudio

Updated Branches:
  refs/heads/master 81f0bacf5 -> aa842e36c


[CB600] getCurrentPositionAudio


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

Branch: refs/heads/master
Commit: aa842e36c68bf7ea5c0924f948cb3c57985753e6
Parents: 81f0bac
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon May 14 12:18:02 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon May 14 12:18:02 2012 -0700

----------------------------------------------------------------------
 lib/wp7/exec.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/aa842e36/lib/wp7/exec.js
----------------------------------------------------------------------
diff --git a/lib/wp7/exec.js b/lib/wp7/exec.js
index a58f013..9e83694 100644
--- a/lib/wp7/exec.js
+++ b/lib/wp7/exec.js
@@ -35,10 +35,10 @@ var NamedArgs =  {
     Media:{
         create:["id","src"],
         startPlayingAudio:["id","src","milliseconds"],
-        //stopPlayingAudio
+        stopPlayingAudio:["id"],
         seekToAudio:["id","milliseconds"],
-        //pausePlayingAudio
-        //getCurrentPositionAudio
+        pausePlayingAudio:["id"],
+        getCurrentPositionAudio:["id"],
         startRecordingAudio:["id","src"],
         stopRecordingAudio:["id"],
         release:["id"],