docs(platforms): fix platforms for a mothod

This commit is contained in:
Ibrahim Hadeed 2016-03-14 13:54:35 -04:00
parent 9826dfd026
commit 34e5783995

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(){};
}