aboutsummaryrefslogtreecommitdiffstats
path: root/lib/util.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-06-19 23:03:45 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-06-19 23:03:45 +0200
commita43c259f9d15f0334612844a94233ccc03592b22 (patch)
treef28311be6f2727c0e3253be442d831b636051d56 /lib/util.js
parent87b9c2d6d0a1bda477f15af227d758c5fc3e55e0 (diff)
downloadbugzilla-triage-a43c259f9d15f0334612844a94233ccc03592b22.tar.gz
Silly cleanup
Diffstat (limited to 'lib/util.js')
-rw-r--r--lib/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.js b/lib/util.js
index 7fca362..4a5eef2 100644
--- a/lib/util.js
+++ b/lib/util.js
@@ -35,7 +35,7 @@ exports.heir = function heir(p) {
};
-var getBugNo = exports.getBugNo = function getBugNo(url) {
+exports.getBugNo = function getBugNo(url) {
var re = new RegExp(".*id=([0-9]+).*$");
var bugNo = null;
if (!url) {