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();