remove uneccessary blank line

This commit is contained in:
Michel Albers 2017-10-25 18:16:59 +02:00
parent f98eb7a4ec
commit 0a43df6860
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ function getContext() {
return 'chromedebugger'; return 'chromedebugger';
} }
// Check if its in remote js debugging mode // Check if its in remote js debugging mode
// https://stackoverflow.com/a/42839384/3090989 // https://stackoverflow.com/a/42839384/3090989
if (typeof atob !== 'undefined') { if (typeof atob !== 'undefined') {