From a43c259f9d15f0334612844a94233ccc03592b22 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 19 Jun 2010 23:03:45 +0200 Subject: Silly cleanup --- lib/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit