Make Youtube previews stop when the channel is changed

Этот коммит содержится в:
hmhealey
2016-01-04 17:45:06 -05:00
родитель 537b7a3b71
Коммит 5a21005475
3 изменённых файлов: 21 добавлений и 2 удалений

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

@@ -18,7 +18,7 @@ class ChannelStoreClass extends EventEmitter {
constructor(props) {
super(props);
this.setMaxListeners(11);
this.setMaxListeners(15);
this.emitChange = this.emitChange.bind(this);
this.addChangeListener = this.addChangeListener.bind(this);