mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:17:59 +01:00
Fix Options#op
This commit is contained in:
@@ -186,6 +186,7 @@ Option.prototype = {
|
||||
op: function (operator, values, scope, invert)
|
||||
{
|
||||
let newValue = null;
|
||||
let self = this;
|
||||
|
||||
switch (this.type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user