mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-23 07:21:22 +02:00
fix comments
This commit is contained in:
parent
052925d95b
commit
b66ca74ede
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user