aboutsummaryrefslogtreecommitdiffstats
path: root/lib/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.js')
-rw-r--r--lib/util.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/util.js b/lib/util.js
index 008d6fb..2a9bea3 100644
--- a/lib/util.js
+++ b/lib/util.js
@@ -1,5 +1,5 @@
-/*global exports: false, require: false, console: false, Cc: false, Ci: false */
-/*jslint onevar: false */
+/* global exports: false, require: false, console: false, Cc: false, Ci: false */
+/* jslint onevar: false */
// Released under the MIT/X11 license
// http://www.opensource.org/licenses/mit-license.php
"use strict";
@@ -37,7 +37,7 @@ function getParamsFromURL(url, base) {
/**
* Get a bug no from URL ... fails with aliases It should theoretically belong
* to bzpage.js, but we don't have unit tests there yet, so keeping here.
- *
+ *
* @param url
* String with URL to be analyzed
* @return String with the bug ID (hopefully number, but not for aliases)
@@ -51,7 +51,7 @@ exports.getBugNo = function getBugNo(url) {
/**
* format date to be in ISO format (just day part)
- *
+ *
* @param date
* @return string with the formatted date
*/