aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/core/event.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/core/event.js')
-rw-r--r--src/modules/core/event.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/core/event.js b/src/modules/core/event.js
index d9b4f46..2cf9b1e 100644
--- a/src/modules/core/event.js
+++ b/src/modules/core/event.js
@@ -3,7 +3,7 @@ import { makeInstance } from '../../utils/adopter.js'
import { globals } from '../../utils/window.js'
let listenerId = 0
-let windowEvents = {}
+const windowEvents = {}
function getEvents (instance) {
let n = instance.getEventHolder()