remove console.log
This commit is contained in:
parent
be52f7316a
commit
ccae5bd8d5
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ module.exports.overlayPage = function overlayPage (contentElement, top, right, b
|
|||
var contentContainer = document.createElement('div');
|
||||
|
||||
function documentEscListener (e) {
|
||||
console.log('xd');
|
||||
if (e.keyCode === 27) {
|
||||
closer.click();
|
||||
document.removeEventListener('keydown', documentEscListener);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue