From cb3396b13db6d02a762018b0690c12a8586f1a52 Mon Sep 17 00:00:00 2001 From: Eugene Serb <46799701+eugene-serb@users.noreply.github.com> Date: Wed, 15 Jun 2022 16:14:58 +0300 Subject: [PATCH] Changed name of classes --- js/vibration-master.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/vibration-master.js b/js/vibration-master.js index 67461f4..6ad160a 100644 --- a/js/vibration-master.js +++ b/js/vibration-master.js @@ -284,7 +284,7 @@ class Gamepad { }; }; -class GamepadMaster { +class VibrationMaster { constructor() { this.init(); }; @@ -388,5 +388,5 @@ class GamepadMaster { /* INITIALIZATION */ /* -------------- */ -const GAMEPAD_MASTER = new GamepadMaster(); +const VIBRATION_MASTER = new VibrationMaster();