comparison: toolkit/mozapps/downloads/tests/unit/head_downloads.js
toolkit/mozapps/downloads/tests/unit/head_downloads.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 Components.utils.import("resource://gre/modules/Services.jsm"); |
|
2 |
|
3 do_register_cleanup(function() { |
|
4 Services.obs.notifyObservers(null, "quit-application", null); |
|
5 }); |