Updated Branches: refs/heads/master 79a22d50a -> 101569451
CB-5569 Windows8. MediaFile constructor does not exist Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/6e298604 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/6e298604 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/6e298604 Branch: refs/heads/master Commit: 6e29860429b3206723a575a08e25c6724a014a6a Parents: 5f50ac7 Author: sgrebnov <[email protected]> Authored: Wed Dec 4 17:02:45 2013 +0400 Committer: sgrebnov <[email protected]> Committed: Wed Dec 4 17:02:45 2013 +0400 ---------------------------------------------------------------------- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/6e298604/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index cd22f66..7f141f7 100644 --- a/plugin.xml +++ b/plugin.xml @@ -135,7 +135,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" <platform name="windows8"> <js-module src="src/windows8/MediaFile.js" name="MediaFile2"> - <clobbers target="MediaFile" /> + <merges target="MediaFile" /> </js-module> <js-module src="src/windows8/CaptureProxy.js" name="CaptureProxy">
