Add variable for tracking whether or not light feature is disabled.
This commit is contained in:
parent
b98b831ae4
commit
c964410f7b
|
@ -62,6 +62,7 @@ light.help = `
|
||||||
|
|
||||||
light.queue = {};
|
light.queue = {};
|
||||||
light.lock = false;
|
light.lock = false;
|
||||||
|
light.disabled = false;
|
||||||
light.init = function () {
|
light.init = function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue