Add comments
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
984b4372db
commit
4f3fe3d236
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@ export default class MImageBody extends React.Component {
|
||||||
/* the maximum image height to use */
|
/* the maximum image height to use */
|
||||||
maxImageHeight: PropTypes.number,
|
maxImageHeight: PropTypes.number,
|
||||||
|
|
||||||
|
/* the permalinkCreator */
|
||||||
permalinkCreator: PropTypes.object,
|
permalinkCreator: PropTypes.object,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -45,6 +45,7 @@ export default class MessageEvent extends React.Component {
|
||||||
/* the maximum image height to use, if the event is an image */
|
/* the maximum image height to use, if the event is an image */
|
||||||
maxImageHeight: PropTypes.number,
|
maxImageHeight: PropTypes.number,
|
||||||
|
|
||||||
|
/* the permalinkCreator */
|
||||||
permalinkCreator: PropTypes.object,
|
permalinkCreator: PropTypes.object,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue