Bug 899530, update comment style per review request, DONTBUILD because just comments.

This commit is contained in:
Gijs Kruitbosch 2014-02-06 15:27:31 +00:00
parent 242c102747
commit 0b282a6b55

View File

@ -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;