Fix error on disconnect

This commit is contained in:
Szymon Nowak 2015-08-27 22:10:39 +02:00
parent f7631d2cea
commit dc2e7555ba

View File

@ -27,7 +27,7 @@ export default Ember.Controller.extend({
},
_onRoomDisconnected: function () {
this.clear();
this.get('model').clear();
this.set('webrtc', null);
},