You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2013/06/17 15:52:50 UTC

js commit: [CB-3438] [BlackBerry10] Remove Media from exec manager (it is now a plugin)

Updated Branches:
  refs/heads/master f532b845b -> 3068eff17


[CB-3438] [BlackBerry10] Remove Media from exec manager (it is now a plugin)


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/3068eff1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/3068eff1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/3068eff1

Branch: refs/heads/master
Commit: 3068eff17991af879368934008ff33ff37728a46
Parents: f532b84
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Mon Jun 17 09:56:10 2013 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Mon Jun 17 09:56:10 2013 -0400

----------------------------------------------------------------------
 lib/blackberry10/exec.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/3068eff1/lib/blackberry10/exec.js
----------------------------------------------------------------------
diff --git a/lib/blackberry10/exec.js b/lib/blackberry10/exec.js
index efa3729..c22f4a5 100644
--- a/lib/blackberry10/exec.js
+++ b/lib/blackberry10/exec.js
@@ -23,7 +23,6 @@ var cordova = require('cordova'),
     plugins = {
         'Compass' : require('cordova/plugin/blackberry10/magnetometer'),
         'Capture' : require('cordova/plugin/blackberry10/capture'),
-        'Media': require('cordova/plugin/blackberry10/media'),
         'FileTransfer': require('cordova/plugin/blackberry10/fileTransfer')
     };