Skip to content

Commit

Permalink
docs(camera): add return type to cleanup
Browse files Browse the repository at this point in the history
closes #550
  • Loading branch information
ihadeed authored Sep 19, 2016
1 parent a28667e commit 42d1bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/camera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,6 @@ export class Camera {
@Cordova({
platforms: ['iOS']
})
static cleanup() { };
static cleanup(): Promise<any> { return; };

}

0 comments on commit 42d1bbc

Please sign in to comment.