aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bzpage.js2
1 files changed, 1 insertions, 1 deletions
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;