Merge pull request #88 from darrylblake/stopRecordingFix

(fix) stopRecording method is not defined, switched to stopCapture.
This commit is contained in:
Loch Wansbrough 2015-09-17 23:25:13 -07:00
commit b82527ad11
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ var Camera = React.createClass({
this.cameraBarCodeReadListener.remove();
if (this.state.isRecording) {
this.stopRecording();
this.stopCapture();
}
},