1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00

fix jshint

This commit is contained in:
antelle 2016-07-30 23:52:10 +03:00
parent 23f69c82ed
commit bd30f84f4c

View File

@ -282,7 +282,6 @@ var AppView = Backbone.View.extend({
Backbone.trigger('main-window-will-close', exitEvent); Backbone.trigger('main-window-will-close', exitEvent);
if (exitEvent.prevented) { if (exitEvent.prevented) {
Launcher.preventExit(e); Launcher.preventExit(e);
console.log('prevented');
return; return;
} }
if (this.model.files.hasDirtyFiles()) { if (this.model.files.hasDirtyFiles()) {