diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-19 11:35:27 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-19 11:35:27 +0200 |
commit | f61df257aeac1b55bc6fb4b4cd67fc13201fa9ac (patch) | |
tree | 162f17f02faf2861b6ea4b7f727c641a05384af3 /lib/bzpage.js | |
parent | dfde7d9860de703ba0721059ff4b795fcad07340 (diff) | |
download | bugzilla-triage-f61df257aeac1b55bc6fb4b4cd67fc13201fa9ac.tar.gz |
Trying to make jslint happy.
Diffstat (limited to 'lib/bzpage.js')
-rw-r--r-- | lib/bzpage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bzpage.js b/lib/bzpage.js index 9e4af63..9276a2b 100644 --- a/lib/bzpage.js +++ b/lib/bzpage.js @@ -149,7 +149,7 @@ BZPage.prototype.getInstalledPackages = function getInstalledPackages(cfg) { enabledPackages = enabledPackages.concat(epObject[this.hostname].split(/[, ]/)); } if ("any" in epObject) { - enabledPackages = enabledPackages.concat(epObject["any"].split(/[, ]/)); + enabledPackages = enabledPackages.concat(epObject.any.split(/[, ]/)); } } else { // Default to collecting all comment packages available |