Fixes issue #716

This commit is contained in:
hristoterezov 2016-07-11 11:57:24 -05:00
parent 08bd40bb26
commit e46d45adea
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ JitsiMeetExternalAPI.prototype.removeEventListeners = function(events) {
* Removes the listeners and removes the Jitsi Meet frame. * Removes the listeners and removes the Jitsi Meet frame.
*/ */
JitsiMeetExternalAPI.prototype.dispose = function() { JitsiMeetExternalAPI.prototype.dispose = function() {
this.postis.dispose(); this.postis.destroy();
var frame = document.getElementById(this.frameName); var frame = document.getElementById(this.frameName);
if(frame) if(frame)
frame.src = 'about:blank'; frame.src = 'about:blank';