sundry PR feedback

This commit is contained in:
Matthew Hodgson 2016-01-06 02:29:08 +00:00
parent 44a0fa19ae
commit f499c60b12
7 changed files with 23 additions and 47 deletions

View file

@ -47,10 +47,6 @@ module.exports = React.createClass({
return linkText;
},
onSvgLoad: function(event) {
dis.dispatch({ action: "svg_onload", svg: event.target });
},
render: function() {
var content = this.props.mxEvent.getContent();
var cli = MatrixClientPeg.get();