Fix static analysis.

This commit is contained in:
Jacob Schatz 2017-09-28 21:38:14 -04:00
parent 42218fcaa7
commit a94f2ea915
1 changed files with 0 additions and 1 deletions

View File

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