Bug 500280 - clicking the preferences button takes a few seconds to switch screens [r=gavin.sharp]

This commit is contained in:
Mark Finkle
2009-12-17 17:35:48 -05:00
parent 8aa4553995
commit f8c407450c

View File

@@ -185,6 +185,7 @@ let Elements = {};
["browserBundle", "bundle_browser"],
["contentShowing", "bcast_contentShowing"],
["stack", "stack"],
["panelUI", "panel-container"],
].forEach(function (elementGlobal) {
let [name, id] = elementGlobal;
Elements.__defineGetter__(name, function () {