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
+1 -1
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';