remove stale onSvgLoad

pull/585/head
Matthew Hodgson 2016-01-06 02:29:20 +00:00
parent cb29a04674
commit eacadbff40
1 changed files with 0 additions and 4 deletions

View File

@ -262,10 +262,6 @@ var RoomSubList = React.createClass({
}); });
}, },
onSvgLoad: function(event) {
dis.dispatch({ action: "svg_onload", svg: event.target });
},
_getHeaderJsx: function() { _getHeaderJsx: function() {
var TintableSvg = sdk.getComponent("elements.TintableSvg"); var TintableSvg = sdk.getComponent("elements.TintableSvg");
return ( return (