diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-08-20 15:25:22 -0400 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-08-20 15:52:25 -0400 |
commit | a902cc5f289ecf5d17dbf9eec69747141720f8cd (patch) | |
tree | 9504b2ff714692353d20e3705025b08a320326a7 /lib/bzpage.js | |
parent | 63de10a5636f23ab55e01826534f55e263805d77 (diff) | |
download | bugzilla-triage-a902cc5f289ecf5d17dbf9eec69747141720f8cd.tar.gz |
We don't have getVersion method anymore0.21
Diffstat (limited to 'lib/bzpage.js')
-rw-r--r-- | lib/bzpage.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bzpage.js b/lib/bzpage.js index de03107..b4891c5 100644 --- a/lib/bzpage.js +++ b/lib/bzpage.js @@ -18,8 +18,6 @@ var Color = require("color").Color; var bugURL = "https://bugzilla.redhat.com/show_bug.cgi?id="; // Shared contstants -var TriagedDistro = 13; -exports.TriagedDistro = TriagedDistro; var NumberOfFrames = 7; exports.NumberOfFrames = NumberOfFrames; var BTSPrefNS = "bugzilla-triage.setting."; |