mirror of https://github.com/vector-im/riot-web
idiot - fix bind warnings
parent
27d72fb1dc
commit
4f14ead741
|
@ -216,7 +216,7 @@ module.exports = React.createClass({
|
||||||
<img src="img/tick.svg" width="17" height="14" alt="./"/>
|
<img src="img/tick.svg" width="17" height="14" alt="./"/>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
var boundClick = self.onColorSchemeChanged.bind(this, i)
|
var boundClick = self.onColorSchemeChanged.bind(self, i)
|
||||||
return (
|
return (
|
||||||
<div className="mx_RoomSettings_roomColor"
|
<div className="mx_RoomSettings_roomColor"
|
||||||
key={ "room_color_" + i }
|
key={ "room_color_" + i }
|
||||||
|
|
Loading…
Reference in New Issue