Merge pull request #2 from zalun/close-button-fix

CB-6396 Fix refactoring typo
This commit is contained in:
Piotr Zalewa 2014-04-09 15:18:36 +02:00
commit cc5b0ce5a3

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');