Bug 826771 pref-applicationManager.xul is broken because Services isn't defined in the scope r=IanN.

This commit is contained in:
Philip Chee 2013-01-27 00:22:30 +08:00
Родитель fe4fa43b52
Коммит c07dc24698
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -5,6 +5,8 @@
// As pref-applications.js is always loaded, we can (and should!) reuse
// the nsI* constants from there, if needed also any services we need.
Components.utils.import("resource://gre/modules/Services.jsm");
var gAppManagerDialog = {
_removed: [],