Remove disabling of unrelated js linting issue

This commit is contained in:
Rob Garrison 2017-08-18 10:33:50 -05:00
parent 9564c21282
commit 0ccdf2fd7f

View File

@ -1954,7 +1954,6 @@ function onRuntimeMessage(request) {
break;
case 'styleDeleted':
if (styleId && styleId === request.id) {
// eslint-disable-next-line no-empty-function
window.onbeforeunload = () => {};
window.close();
break;