Fix eslint version

This commit is contained in:
RainLoop Team 2016-07-01 01:50:11 +03:00
parent 8e8a041032
commit 8a6765faeb
15 changed files with 342 additions and 398 deletions

View file

@ -493,6 +493,8 @@ function ComposePopupView()
);
}
return true;
}, this.canBeSentOrSaved);
this.skipCommand = Utils.createCommand(this, function() {
@ -1410,6 +1412,8 @@ ComposePopupView.prototype.onBuild = function()
self.identitiesDropdownTrigger(true);
return false;
}
return true;
});
key('ctrl+`', Enums.KeyState.Compose, function() {