js: Fix linting errors from line shifts
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2794>
This commit is contained in:
@ -58,7 +58,7 @@ var WindowMenu = class extends PopupMenu.PopupMenu {
|
||||
if (!window.can_maximize())
|
||||
item.setSensitive(false);
|
||||
|
||||
item = this.addAction(_("Move"), event => {
|
||||
item = this.addAction(_('Move'), event => {
|
||||
const device = event.get_device();
|
||||
const seat = device.get_seat();
|
||||
const deviceType = device.get_device_type();
|
||||
@ -77,7 +77,7 @@ var WindowMenu = class extends PopupMenu.PopupMenu {
|
||||
if (!window.allows_move())
|
||||
item.setSensitive(false);
|
||||
|
||||
item = this.addAction(_("Resize"), event => {
|
||||
item = this.addAction(_('Resize'), event => {
|
||||
const device = event.get_device();
|
||||
const seat = device.get_seat();
|
||||
const deviceType = device.get_device_type();
|
||||
|
Reference in New Issue
Block a user