mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 899530, update comment style per review request, DONTBUILD because just comments.
This commit is contained in:
parent
242c102747
commit
0b282a6b55
@ -752,10 +752,8 @@ var PlacesMenuDNDHandler = {
|
||||
if (!this._isStaticContainer(event.target))
|
||||
return;
|
||||
|
||||
/*
|
||||
* If we re-enter the same menu or anchor before the close timer runs out,
|
||||
* we should ensure that we do not close:
|
||||
*/
|
||||
// If we re-enter the same menu or anchor before the close timer runs out,
|
||||
// we should ensure that we do not close:
|
||||
if (this._closeTimer && this._closingTimerNode === event.currentTarget) {
|
||||
this._closeTimer.cancel();
|
||||
this._closingTimerNode = null;
|
||||
|
Loading…
Reference in New Issue
Block a user