diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-13 12:20:05 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:53:47 +0200 |
commit | 83fd7fd92e5b21a177bc16cc7318792cf63a343b (patch) | |
tree | 20f3e5a59eb9ce32a9b9973d7131e7135bd94999 /lib/util.js | |
parent | 5b837d6739a12a516203fa0505ca562839463a79 (diff) | |
download | bugzilla-triage-83fd7fd92e5b21a177bc16cc7318792cf63a343b.tar.gz |
Really Eclipseize formatting.
Diffstat (limited to 'lib/util.js')
-rw-r--r-- | lib/util.js | 8 |
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 */ |