locatePointer: Capitalize class name
... according to our coding style. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/606
This commit is contained in:

committed by
Georges Basile Stavracas Neto

parent
42dabef8c7
commit
69725e5d41
@ -172,7 +172,7 @@ function _initializeUI() {
|
||||
kbdA11yDialog = new KbdA11yDialog.KbdA11yDialog();
|
||||
wm = new WindowManager.WindowManager();
|
||||
magnifier = new Magnifier.Magnifier();
|
||||
locatePointer = new LocatePointer.locatePointer();
|
||||
locatePointer = new LocatePointer.LocatePointer();
|
||||
|
||||
if (LoginManager.canLock())
|
||||
screenShield = new ScreenShield.ScreenShield();
|
||||
|
Reference in New Issue
Block a user