You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
fix comments
This commit is contained in:
@@ -94,13 +94,13 @@ module.exports = React.createClass({
|
|||||||
*/
|
*/
|
||||||
contextual: React.PropTypes.bool,
|
contextual: React.PropTypes.bool,
|
||||||
|
|
||||||
/* a list of words to highlight */
|
/* a list of words to highlight, ordered by longest first */
|
||||||
highlights: React.PropTypes.array,
|
highlights: React.PropTypes.array,
|
||||||
|
|
||||||
/* link URL for the highlights */
|
/* link URL for the highlights */
|
||||||
highlightLink: React.PropTypes.string,
|
highlightLink: React.PropTypes.string,
|
||||||
|
|
||||||
/* is this the focussed event */
|
/* is this the focused event */
|
||||||
isSelectedEvent: React.PropTypes.bool,
|
isSelectedEvent: React.PropTypes.bool,
|
||||||
|
|
||||||
/* callback called when images in events are loaded */
|
/* callback called when images in events are loaded */
|
||||||
|
|||||||
Reference in New Issue
Block a user