summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/downloads/tests/unit/head_downloads.js
blob: cc0888cd0cf5177100e55984248bdc306a437cca (plain)
1
2
3
4
5
var { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");

registerCleanupFunction(function() {
  Services.obs.notifyObservers(null, "quit-application");
});