Merge pull request #729 from jitsi/issue_716

Fixes issue #716
This commit is contained in:
Дамян Минков 2016-07-11 12:46:36 -05:00 committed by GitHub
commit a0b3018ea0
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.
*/
JitsiMeetExternalAPI.prototype.dispose = function() {
this.postis.dispose();
this.postis.destroy();
var frame = document.getElementById(this.frameName);
if(frame)
frame.src = 'about:blank';