Add displayNames so they're not all just 'exports' in the react debugger

This commit is contained in:
David Baker 2015-06-19 16:21:09 +01:00
parent 41014af471
commit e77e9b7704
18 changed files with 18 additions and 0 deletions

View file

@ -10,6 +10,7 @@ var RoomViewController = require("../../controllers/organisms/RoomView");
module.exports = React.createClass({
displayName: 'RoomView',
mixins: [RoomViewController],
getMessageTiles: function() {