mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 20:05:45 +01:00
Fix CompletionContext#allItems in wake of quoting fixes in revision 8ea6242902e4; other small fixes.
This commit is contained in:
@@ -57,6 +57,7 @@ const Util = Module("Util", {
|
||||
if (observers[target])
|
||||
observers[target].call(obj, subject, data);
|
||||
});
|
||||
this.dactyl.dump(String(obj), obj instanceof Ci.nsIObserver);
|
||||
register("addObserver");
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user