mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Add more strict rules (eslint)
This commit is contained in:
parent
b43bb17cdb
commit
52e2698cdf
38 changed files with 488 additions and 434 deletions
|
|
@ -84,8 +84,8 @@ AbstractView.prototype.viewModelPosition = function()
|
|||
return this.sPosition;
|
||||
};
|
||||
|
||||
AbstractView.prototype.cancelCommand = function() {};
|
||||
AbstractView.prototype.closeCommand = function() {};
|
||||
AbstractView.prototype.cancelCommand = Utils.noop;
|
||||
AbstractView.prototype.closeCommand = Utils.noop;
|
||||
|
||||
AbstractView.prototype.storeAndSetKeyScope = function()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue