mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-29 06:13:32 +02:00
Fat-arrow function syntax has a lexical `this`, which causes `this.groups` to be undefined, throwing an error upon sourcing. I believe this is because it's pulling the `this` variable from the object syntax constructor immediately surrounding it, instead of from the completion.noscriptSites function, but I'm not positive.