Add bug number to comment about implementing notifications.onClose.byUser support. (no bug) r=trivial DONTBUILD

MozReview-Commit-ID: HFernhOu4lG

--HG--
extra : rebase_source : eacece7d19a421a270fbbcbecae816c0c4ff4d68
This commit is contained in:
Kris Maglione 2017-10-31 12:04:03 -07:00
Родитель 8c623bc7d0
Коммит 0d67bfc970
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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