1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

incorporate PR feedback

This commit is contained in:
Matthew Hodgson
2016-04-07 18:58:50 +01:00
parent 1125c62505
commit 1d8b08040e
5 changed files with 42 additions and 41 deletions

View File

@ -38,7 +38,7 @@ module.exports = React.createClass({
/* link URL for the highlights */
highlightLink: React.PropTypes.string,
/* callback called when images in events are loaded */
/* callback called when dynamic content in events are loaded */
onWidgetLoad: React.PropTypes.func,
},