fixing missing types in capture method

This commit is contained in:
Antonio Grass 2016-02-11 14:21:28 -03:00
parent e26e8e3606
commit f7f443f88f
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,8 @@ export default class Camera extends Component {
mode: props.captureMode,
target: props.captureTarget,
type: props.type,
title: '',
description: '',
...options
};