diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-19 23:03:45 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-19 23:03:45 +0200 |
commit | a43c259f9d15f0334612844a94233ccc03592b22 (patch) | |
tree | f28311be6f2727c0e3253be442d831b636051d56 /lib | |
parent | 87b9c2d6d0a1bda477f15af227d758c5fc3e55e0 (diff) | |
download | bugzilla-triage-a43c259f9d15f0334612844a94233ccc03592b22.tar.gz |
Silly cleanup
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.js | 2 |
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) { |