Skip to content

Commit

Permalink
Added override for MediaError object in ios platform def
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Mar 15, 2012
1 parent 85378cc commit 62d9ee6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/platform/ios.js
Expand Up @@ -21,6 +21,9 @@ module.exports = {
File: { // exists natively , override
path: "cordova/plugin/File"
},
MediaError: { // exists natively, override
path: "cordova/plugin/MediaError"
},
device: {
path: 'cordova/plugin/ios/device'
},
Expand Down

0 comments on commit 62d9ee6

Please sign in to comment.