Skip to content

Commit

Permalink
code reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
slawomir-jedlikowski committed Oct 23, 2018
1 parent c1bf36c commit c56dafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ad-refresher.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
}
};

// make available to common module loader
// make available to common module loader
if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
module.exports = AdRefresher;
} else {
window.AdRefresher = AdRefresher;
}
})();
})();

0 comments on commit c56dafb

Please sign in to comment.