mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
keyboard: Add back constructor parameter
This was accidentally dropped in commit bacfdbbb03.
Spotted by eslint.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/375
This commit is contained in:
parent
a9ed128dce
commit
3134222d27
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ var LanguageSelectionPopup = class extends PopupMenu.PopupMenu {
|
|||
};
|
||||
|
||||
var Key = class Key {
|
||||
constructor(key) {
|
||||
constructor(key, extendedKeys) {
|
||||
this.key = key || "";
|
||||
this.keyButton = this._makeKey(this.key);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue