refactoring fixed
This commit is contained in:
parent
c14871da95
commit
88f330abd8
@ -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