diff options
-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) { |