Merge pull request #57 from driftyco/add-platforms

docs(platforms): fix platforms for a mothod
This commit is contained in:
Ibrahim Hadeed 2016-03-14 13:55:09 -04:00
commit bac239fe37

View File

@ -122,9 +122,10 @@ export class Camera {
* Remove intermediate image files that are kept in temporary storage after calling camera.getPicture.
* Applies only when the value of Camera.sourceType equals Camera.PictureSourceType.CAMERA and the Camera.destinationType equals Camera.DestinationType.FILE_URI.
* @return Returns a Promise
* @platforms ['iOS']
*/
@Cordova()
@Cordova({
platforms: ['iOS']
})
static cleanup(){};
}