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.lock = false;
|
||||
light.disabled = false;
|
||||
light.init = function () {
|
||||
'use strict';
|
||||
|
||||
|
|
Loading…
Reference in New Issue