Merge pull request #421 from nickago/hotfix

HOTFIX: Fixed this/self typo
Этот коммит содержится в:
Corey Hulen
2015-08-20 10:56:11 -07:00
родитель 7d5d6ae5b0 e0a525ebe7
Коммит 521f8a6533

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

@@ -219,7 +219,7 @@ module.exports = React.createClass({
continue;
}
var channelId = this.props.channelId || ChannelStore.getCurrentId();
var channelId = self.props.channelId || ChannelStore.getCurrentId();
// generate a unique id that can be used by other components to refer back to this file upload
var clientId = utils.generateId();