locatePointer: Capitalize class name

... according to our coding style.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/606
This commit is contained in:
Florian Müllner
2019-06-29 14:30:23 +02:00
committed by Georges Basile Stavracas Neto
parent 42dabef8c7
commit 69725e5d41
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ const Main = imports.ui.main;
const LOCATE_POINTER_KEY = "locate-pointer";
const LOCATE_POINTER_SCHEMA = "org.gnome.desktop.interface"
var locatePointer = class {
var LocatePointer = class {
constructor() {
this._settings = new Gio.Settings({schema_id: LOCATE_POINTER_SCHEMA});
this._ripples = new Ripples.Ripples(0.5, 0.5, 'ripple-pointer-location');