Minor refactoring for better maintainibility

Этот коммит содержится в:
Reed Garmsen
2015-08-13 16:00:55 -07:00
родитель 6f68c508ee
Коммит 3a55cc6dcb
3 изменённых файлов: 16 добавлений и 8 удалений

Просмотреть файл

@@ -225,7 +225,8 @@ global.window.setup_channel_page = function(team_name, team_type, team_id, chann
);
React.render(
<FileUploadOverlay />,
<FileUploadOverlay
overlayType='center' />,
document.getElementById('file_upload_overlay')
);