diff --git a/toolkit/components/extensions/ext-notifications.js b/toolkit/components/extensions/ext-notifications.js index 386353ea7148..294c2dcbf162 100644 --- a/toolkit/components/extensions/ext-notifications.js +++ b/toolkit/components/extensions/ext-notifications.js @@ -142,7 +142,7 @@ this.notifications = class extends ExtensionAPI { onClosed: new EventManager(context, "notifications.onClosed", fire => { let listener = (event, notificationId) => { - // FIXME: Support the byUser argument. + // FIXME: Support the byUser argument (bug 1413188). fire.async(notificationId, true); };