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 /data/rhlib/xorgBugCategories.js | |
parent | 5b837d6739a12a516203fa0505ca562839463a79 (diff) | |
download | bugzilla-triage-83fd7fd92e5b21a177bc16cc7318792cf63a343b.tar.gz |
Really Eclipseize formatting.
Diffstat (limited to 'data/rhlib/xorgBugCategories.js')
-rw-r--r-- | data/rhlib/xorgBugCategories.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/rhlib/xorgBugCategories.js b/data/rhlib/xorgBugCategories.js index 3357ed7..31f2d37 100644 --- a/data/rhlib/xorgBugCategories.js +++ b/data/rhlib/xorgBugCategories.js @@ -4,12 +4,12 @@ /** * Returns true if the bug is in a good shape - * + * * @return Boolean if the bug is either not in the category where we care about * it (i.e., we don't have set up categories for this component) or if * it is in the concerned categories, then it has a category recorded in * the whiteboard input box. - * + * */ function hasXorgBugsCategory() { var catRE = /\s*\[cat:.*?\]\s*/; // RE for testing whether |