change a few stray tabs to spaces

This commit is contained in:
Dan Winship
2010-02-02 10:31:38 -05:00
parent eaa1f9a0f4
commit 8d31c2f4dc
5 changed files with 19 additions and 19 deletions

View File

@ -213,7 +213,7 @@ MessageTray.prototype = {
this._notificationQueue.push(notification);
if (this._state == MessageTrayState.HIDDEN)
this._updateState();
this._updateState();
},
_onMessageTrayEntered: function() {
@ -267,7 +267,7 @@ MessageTray.prototype = {
// NOTIFICATION_TIMEOUT represents the time the notifiation
// is fully shown.
timeout = (ANIMATION_TIME + NOTIFICATION_TIMEOUT) * 1000;
} else {
} else {
this._showSummary();
this._showTray();
this._state = MessageTrayState.SUMMARY;
@ -284,7 +284,7 @@ MessageTray.prototype = {
this._state = MessageTrayState.SUMMARY;
timeout = (ANIMATION_TIME + SUMMARY_TIMEOUT) * 1000;
}
break;
break;
case MessageTrayState.SUMMARY:
if (this._notificationQueue.length > 0) {
this._hideSummary();