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/11/06 01:38:28 UTC

[16/25] js commit: fix MediaError bug

fix MediaError bug

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

Branch: refs/heads/master
Commit: 3966b1fc9a9cb577e755d4de6a32a6d37e41f42a
Parents: 4fde207
Author: wangmingfeng <mi...@gmail.com>
Authored: Fri Oct 26 11:29:31 2012 +0800
Committer: wangmingfeng <mi...@gmail.com>
Committed: Fri Oct 26 11:29:31 2012 +0800

----------------------------------------------------------------------
 lib/windows8/platform.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/3966b1fc/lib/windows8/platform.js
----------------------------------------------------------------------
diff --git a/lib/windows8/platform.js b/lib/windows8/platform.js
index 82b0a57..2852700 100644
--- a/lib/windows8/platform.js
+++ b/lib/windows8/platform.js
@@ -87,6 +87,9 @@ module.exports = {
         },
         File: {
             path: 'cordova/plugin/File'
+        },
+        MediaError: {
+            path: 'cordova/plugin/MediaError'
         }
     },
     merges: {