mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Remove unused parameter 'name' in views
This commit is contained in:
parent
8be4c384bb
commit
c9fe7516c4
14 changed files with 28 additions and 36 deletions
|
|
@ -5,7 +5,7 @@ class MenuSettingsAdminView extends AbstractViewLeft {
|
|||
* @param {?} screen
|
||||
*/
|
||||
constructor(screen) {
|
||||
super('Admin/Settings/Menu', 'AdminMenu');
|
||||
super('AdminMenu');
|
||||
|
||||
this.menu = screen.menu;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue