Skip to content

Commit

Permalink
Update to CB-56 CameraPopoverOptions
Browse files Browse the repository at this point in the history
Moved CameraPopoverOptions from iOS only to common.
This allows Cordova users to write common JavaScript code for
Camera usage across platforms with out checking for existence
of platform specific options.
  • Loading branch information
Becky Gibson committed Jun 4, 2012
1 parent b9dcff4 commit ea6b03d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions lib/common/common.js
Expand Up @@ -73,6 +73,9 @@ module.exports = {
Camera:{
path: 'cordova/plugin/CameraConstants'
},
CameraPopoverOptions: {
path: 'cordova/plugin/CameraPopoverOptions'
},
CaptureError: {
path: 'cordova/plugin/CaptureError'
},
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions lib/ios/platform.js
Expand Up @@ -21,9 +21,6 @@ module.exports = {
},
console: {
path: 'cordova/plugin/ios/console'
},
CameraPopoverOptions: {
path: 'cordova/plugin/ios/CameraPopoverOptions'
}
},
merges:{
Expand Down

0 comments on commit ea6b03d

Please sign in to comment.