1
0
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:
Kris Maglione
2008-11-26 08:38:12 +00:00
parent 3a85f642e2
commit d35e3a0c8e
3 changed files with 18 additions and 15 deletions

View File

@@ -186,6 +186,7 @@ Option.prototype = {
op: function (operator, values, scope, invert)
{
let newValue = null;
let self = this;
switch (this.type)
{