Commit a94f2ea9 authored by Jacob Schatz's avatar Jacob Schatz

Fix static analysis.

parent 42218fca
......@@ -11,7 +11,6 @@ function initDropdowns() {
}
function addEventsForNonVueEls() {
window.onbeforeunload = function confirmUnload(e) {
const hasChanged = Store.openedFiles
.some(file => file.changed);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment