Fix jsdoc
This commit is contained in:
parent
a5a5437a29
commit
fe768435d6
1 changed files with 3 additions and 3 deletions
|
@ -37,13 +37,13 @@ const mapStateToProps = state => ({
|
|||
const mapDispatchToProps = dispatch => ({
|
||||
/**
|
||||
* Set options in the redux store
|
||||
* @param opts
|
||||
* @param {Object} opts
|
||||
*/
|
||||
setOpt: (opts) => dispatch(tenorSet(opts)),
|
||||
/**
|
||||
* Submit GIF for upload
|
||||
* @param file
|
||||
* @param alt
|
||||
* @param {File} file
|
||||
* @param {string} alt
|
||||
*/
|
||||
submit: (file, alt) => dispatch(uploadCompose([file], alt)),
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue