even though scoped, specify 'gl' in IIFE argument

This commit is contained in:
Regis 2016-12-29 17:43:02 -07:00
parent 520e27d1a5
commit 87427496b0
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
(() => {
/* eslint-disable no-param-reassign */
((gl) => {
gl.VueRealtimeListener = (removeIntervals, startIntervals) => {
const removeAll = () => {
removeIntervals();