fix comments
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…
Reference in New Issue