mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 01:45:46 +01:00
Remove some unused self var declarations.
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
*/
|
||||
const Events = Module("events", {
|
||||
init: function () {
|
||||
const self = this;
|
||||
|
||||
this._fullscreen = window.fullScreen;
|
||||
this._lastFocus = null;
|
||||
this._currentMacro = "";
|
||||
|
||||
Reference in New Issue
Block a user