Add 'replaces' tag to mark that the RoomDNDView is a RoomTile

pull/446/head
David Baker 2015-11-30 17:56:55 +00:00
parent cadfbcbed3
commit 6a4038daeb
1 changed files with 3 additions and 1 deletions

View File

@ -201,4 +201,6 @@ DragSource('RoomTile', roomTileSource, function(connect, monitor) {
// You can ask the monitor about the current drag state:
isDragging: monitor.isDragging()
};
})(RoomTile));
})(RoomTile));
module.exports.replaces = 'RoomTile';