Merge pull request #2 from zalun/close-button-fix
CB-6396 Fix refactoring typo
This commit is contained in:
commit
cc5b0ce5a3
@ -77,7 +77,7 @@ var IABExecs = {
|
||||
|
||||
browserWrap.addEventListener('click', function () {
|
||||
setTimeout(function () {
|
||||
IAB.close();
|
||||
IABExecs.close();
|
||||
}, 0);
|
||||
}, false);
|
||||
var p = document.createElement('p');
|
||||
|
Loading…
Reference in New Issue
Block a user