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 () {
|
browserWrap.addEventListener('click', function () {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
IAB.close();
|
IABExecs.close();
|
||||||
}, 0);
|
}, 0);
|
||||||
}, false);
|
}, false);
|
||||||
var p = document.createElement('p');
|
var p = document.createElement('p');
|
||||||
|
Loading…
Reference in New Issue
Block a user