Fix static analysis.

This commit is contained in:
Jacob Schatz 2017-09-28 21:38:14 -04:00
parent 42218fcaa7
commit a94f2ea915

View file

@ -11,7 +11,6 @@ function initDropdowns() {
}
function addEventsForNonVueEls() {
window.onbeforeunload = function confirmUnload(e) {
const hasChanged = Store.openedFiles
.some(file => file.changed);