mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1053166 - Fix typo in autocomplete.xml comment, s/openResultPopuup/openPopup/ r=InvisibleSmiley DONTBUILD NPOTDB
This commit is contained in:
parent
d72d0006b6
commit
371a13f2d0
@ -554,7 +554,7 @@
|
||||
// always call openPopup...we may not have opened it
|
||||
// if a previous search session didn't return enough search results.
|
||||
// it's smart and doesn't try to open itself multiple times...
|
||||
// be sure to add our result elements before calling openResultPopuup as we need
|
||||
// be sure to add our result elements before calling openPopup as we need
|
||||
// to know the total # of results found so far.
|
||||
this.addResultElements(aSessionName, aResults);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user