Commit 87427496 authored by Regis's avatar Regis

even though scoped, specify 'gl' in IIFE argument

parent 520e27d1
(() => { /* eslint-disable no-param-reassign */
((gl) => {
gl.VueRealtimeListener = (removeIntervals, startIntervals) => { gl.VueRealtimeListener = (removeIntervals, startIntervals) => {
const removeAll = () => { const removeAll = () => {
removeIntervals(); removeIntervals();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment