diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-08 18:41:08 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-08 18:41:08 +0200 |
commit | 7e426ac5faeea1b06de1ae2a024feaddb7f00531 (patch) | |
tree | f0e613f4a50c87efa7fa37c5bd284e1e6b9ee458 /lib/bzpage.js | |
parent | 94fe9a684db8182110109b6d3a8ef1bad1075a6b (diff) | |
download | bugzilla-triage-7e426ac5faeea1b06de1ae2a024feaddb7f00531.tar.gz |
First almost working version of main.js
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 b02d03c..59790fb 100644 --- a/lib/bzpage.js +++ b/lib/bzpage.js @@ -14,7 +14,7 @@ var bugURL = "https://bugzilla.redhat.com/show_bug.cgi?id="; // ==================================================================================== // BZPage's methods -exports.BZPage = function BZPage(doc) { +exports.BZPage = function BZPage(doc, config) { // constants this.SalmonPink = new Color(255, 224, 176); // RGB 255, 224, 176; HSL 36, 2, // 85 |