refactoring fixed

This commit is contained in:
Piotr Zalewa 2014-04-09 15:16:52 +02:00
parent c14871da95
commit 88f330abd8

View File

@ -77,7 +77,7 @@ var IABExecs = {
browserWrap.addEventListener('click', function () {
setTimeout(function () {
IAB.close();
IABExecs.close();
}, 0);
}, false);
var p = document.createElement('p');