Bug 760205 - Text match highlight remains on dismissal of Find in Page. r=mfinkle

This commit is contained in:
Margaret Leibovic 2012-06-01 11:27:12 -07:00
parent b36d7be119
commit 14a23e24c9

View File

@ -3253,6 +3253,7 @@ var FindHelper = {
// fall through and clean up anyway
}
this._find.collapseSelection();
this._find = null;
this._findInProgress = false;
this._targetTab = null;