bug 580302 - Incorrect reference to Services in stylePanel.jsm, r=gavin

This commit is contained in:
Rob Campbell 2010-07-21 12:24:12 -03:00
Родитель 894c07b7ff
Коммит 00377014e9
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -54,6 +54,9 @@ var EXPORTED_SYMBOLS = ["style"];
const Cc = Components.classes;
const Ci = Components.interfaces;
const Cu = Components.utils;
Cu.import("resource://gre/modules/Services.jsm");
var style = {