js: Fix linting errors from line shifts
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2794>
This commit is contained in:
@ -239,7 +239,7 @@ var PopupBaseMenuItem = GObject.registerClass({
|
||||
}
|
||||
|
||||
setOrnament(ornament) {
|
||||
if (ornament == this._ornament)
|
||||
if (ornament === this._ornament)
|
||||
return;
|
||||
|
||||
this._ornament = ornament;
|
||||
|
Reference in New Issue
Block a user