diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 01:17:49 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:44:00 +0200 |
commit | 3fe9f14f10381242a193d91f7dc8ea0307091f8e (patch) | |
tree | 5e4370700b0d6f5230587e63b4916cea348ac3d4 /lib/libbugzilla.js | |
parent | 89f9e8aac15e6572293bada0a27335111d67403e (diff) | |
download | bugzilla-triage-3fe9f14f10381242a193d91f7dc8ea0307091f8e.tar.gz |
Working on cutting down lines from bug-page-mod.js
Diffstat (limited to 'lib/libbugzilla.js')
-rw-r--r-- | lib/libbugzilla.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js index 45a1fc4..613dbb3 100644 --- a/lib/libbugzilla.js +++ b/lib/libbugzilla.js @@ -170,7 +170,7 @@ exports.getInstalledPackages = function getInstalledPackages(locationLoginObj, c var allIdx = null; if ((allIdx = enabledPackages.indexOf("all")) != -1) { enabledPackages = enabledPackages.splice(allIdx, - config.gJSONData.commentPackages.keys()); + Object.keys(config.gJSONData.commentPackages)); } // TODO To be decided, whether we cannot just eliminate packages in |