1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 07:55:48 +01:00

Fix live XPI update.

This commit is contained in:
Kris Maglione
2011-02-23 20:40:09 -05:00
parent 80ca9194ec
commit d9fe3a736e
4 changed files with 11 additions and 9 deletions

View File

@@ -270,7 +270,7 @@ var Contexts = Module("contexts", {
activeGroups: function (uri, doc) {
if (!uri)
({ uri, doc }) = this.modules.buffer;
return this.initializedGroups().filter(function (g) g.filter(uri, doc));
return this.initializedGroups().filter(function (g) uri && g.filter(uri, doc));
},
flush: function flush() {