Bug 524479: Secondary zoom mechanism works when in Preferences [r=combee]

This commit is contained in:
Mark Finkle 2009-11-23 12:23:59 -05:00
parent b979bdd4d3
commit 7e20ea53ae

View File

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