diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-20 10:49:59 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-20 10:49:59 +0200 |
commit | 47b6e6fb91372b54bb309e57c14e3f9f987e0322 (patch) | |
tree | 1ba20a3031716e1130d36fa49d03714e8365c0d6 /lib/bzpage.js | |
parent | a43c259f9d15f0334612844a94233ccc03592b22 (diff) | |
download | bugzilla-triage-47b6e6fb91372b54bb309e57c14e3f9f987e0322.tar.gz |
Trying to use api-utils.publicConstructor failed.
rhbzpage.markingBugTriaged should have hardcoded F-12 as the limit.
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 042a19e..1b44b97 100644 --- a/lib/bzpage.js +++ b/lib/bzpage.js @@ -741,5 +741,5 @@ BZPage.prototype.getCCList = function getCCList () { return outCCList; }; -//exports.BZPage = apiUtils.publicConstructor(BZPage); +// exports.BZPage = apiUtils.publicConstructor(BZPage); exports.BZPage = BZPage;
\ No newline at end of file |