mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 12:14:12 +01:00
Ugh.
This commit is contained in:
@@ -34,13 +34,9 @@ var ProcessorStack = Class("ProcessorStack", {
|
|||||||
},
|
},
|
||||||
|
|
||||||
notify: function () {
|
notify: function () {
|
||||||
let kill = events.withSavedValues(["processor"], function () {
|
events.processor = null;
|
||||||
events.processor = null;
|
if (!this.execute(Events.KILL, true))
|
||||||
return this.execute(Events.KILL, true);
|
events.processor = this;
|
||||||
}, this);
|
|
||||||
|
|
||||||
if (kill)
|
|
||||||
events.processor = null;
|
|
||||||
},
|
},
|
||||||
|
|
||||||
execute: function execute(result, force) {
|
execute: function execute(result, force) {
|
||||||
|
|||||||
Reference in New Issue
Block a user