Fixed breaking change in camera for android.

This commit is contained in:
Nedyalko Nikolov
2016-05-14 11:15:29 +03:00
parent a5e2d46553
commit cf3cd35a4f
5 changed files with 101 additions and 92 deletions

5
camera/camera.d.ts vendored
View File

@ -36,5 +36,10 @@ declare module "camera" {
* This property could affect width or heigth return values.
*/
keepAspectRatio?: boolean;
/**
* Defines if camera picture should be copied to photo Gallery (Android) or Photos (iOS)
*/
saveToGallery?: boolean;
}
}