mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +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
|
|
@ -11,7 +11,7 @@ export class MenuSettingsUserView extends AbstractViewLeft {
|
|||
* @param {Object} screen
|
||||
*/
|
||||
constructor(screen) {
|
||||
super('User/Settings/Menu', 'SettingsMenu');
|
||||
super('SettingsMenu');
|
||||
|
||||
this.leftPanelDisabled = leftPanelDisabled;
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import { AbstractViewRight } from 'Knoin/AbstractViews';
|
|||
|
||||
export class PaneSettingsUserView extends AbstractViewRight {
|
||||
constructor() {
|
||||
super('User/Settings/Pane', 'SettingsPane');
|
||||
super('SettingsPane');
|
||||
|
||||
this.leftPanelDisabled = leftPanelDisabled;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@ import { AbstractSystemDropDownUserView } from 'View/User/AbstractSystemDropDown
|
|||
|
||||
class SystemDropDownSettingsUserView extends AbstractSystemDropDownUserView
|
||||
{
|
||||
constructor() {
|
||||
super('User/Settings/SystemDropDown');
|
||||
}
|
||||
}
|
||||
|
||||
export { SystemDropDownSettingsUserView };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue