1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-07 01:25:46 +01:00

Don't jar up content in the XPI anymore.

This commit is contained in:
Kris Maglione
2010-12-23 15:43:59 -05:00
parent 702b4ff340
commit 5a51f53a74
5 changed files with 40 additions and 33 deletions

View File

@@ -11,7 +11,7 @@
plugins.contexts = {};
function Script(file) {
let self = plugins[file.path];
let self = set.has(plugins, file.path) && plugins[file.path];
if (self) {
if (self.onUnload)
self.onUnload();