From b7ea22f4a15e3187011bd32aab8616bc1eb306b0 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 28 Jul 2010 18:09:47 +0200 Subject: Firefox 4.0 we have undeclared variable here. --- lib/bzpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/bzpage.js b/lib/bzpage.js index f281d78..981b641 100644 --- a/lib/bzpage.js +++ b/lib/bzpage.js @@ -954,7 +954,7 @@ BZPage.prototype.addToCCList = function addToCCList (who) { */ BZPage.prototype.getCCList = function getCCList () { var CCListSelect = this.doc.getElementById("cc"); - outCCList = []; + var outCCList = []; if (CCListSelect) { outCCList = Array.map(CCListSelect.options, function(item) { return item.value; -- cgit