Bug 718257 - Syntax error breaks add-on install restart doorhanger [r=mbrubeck]

This commit is contained in:
Mark Finkle 2012-01-15 11:50:03 -05:00
parent 5c0e7c5ddb
commit 7197ddb1ce

View File

@ -2846,7 +2846,7 @@ var XPInstallObserver = {
needsRestart = true; needsRestart = true;
if (needsRestart) { if (needsRestart) {
buttons = [{ let buttons = [{
label: Strings.browser.GetStringFromName("notificationRestart.button"), label: Strings.browser.GetStringFromName("notificationRestart.button"),
callback: function() { callback: function() {
// Notify all windows that an application quit has been requested // Notify all windows that an application quit has been requested