From ee8290f71cd62a34f2ccbb5a713283595fd685c5 Mon Sep 17 00:00:00 2001 From: Roxanne Skelly Date: Fri, 28 Sep 2018 11:10:42 -0700 Subject: [PATCH] Fix comment --- server-console/src/modules/hf-notifications.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server-console/src/modules/hf-notifications.js b/server-console/src/modules/hf-notifications.js index 0cc4da02c0..c69c81aff2 100644 --- a/server-console/src/modules/hf-notifications.js +++ b/server-console/src/modules/hf-notifications.js @@ -218,11 +218,11 @@ HifiNotifications.prototype = { if (osType === 'Darwin') { this.pendingNotifications[0].show(function () { // For OSX - // don't attempt to show the next notification + // Don't attempt to show the next notification // until the current is clicked or times out - // as the OSX Notifier stuff will dismiss - // the previous notification immediately - // when a new one is submitted + // as the OSX Notifier stuff will dismiss the + // previous notification immediately when a + // new one is submitted _this.pendingNotifications.shift(); if(_this.pendingNotifications.length > 0) { _this._showNotification();