Closed Bug 577355 Opened 14 years ago Closed 14 years ago

Warning: function initKeywords does not always return a value

Categories

(bugzilla.mozilla.org :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: timeless, Unassigned)

References

()

Details

Warning: function initKeywords does not always return a value
Source File: https://bugzilla.mozilla.org/show_bug.cgi?id=504488
Line: 3222, Column: 5
Source Code:
  function initKeywords() {
    if( ! document.getElementById('keywords')){
      return false;
    }
...
  };initKeywords(); 

either the last line should be 'return true' or the return false should just be 'return'.
I just ripped out the keyword chooser in bug 577372 to prepare for the backporting of the new keyword autocomplete hotness from 4.0. Therefore, this will no longer be an issue once Bugzilla 3.6 launches on bmo (this week, most likely).
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in before you can comment on or make changes to this bug.