Remove unused parameter 'name' in views

This commit is contained in:
djmaze 2021-09-23 09:41:02 +02:00
parent 8be4c384bb
commit c9fe7516c4
14 changed files with 28 additions and 36 deletions

View file

@ -5,7 +5,7 @@ class MenuSettingsAdminView extends AbstractViewLeft {
* @param {?} screen
*/
constructor(screen) {
super('Admin/Settings/Menu', 'AdminMenu');
super('AdminMenu');
this.menu = screen.menu;
}