Bug 831393 - send manifestURL in the desktop-notification event. r=vingtetun. a=lsblakk

This commit is contained in:
Julien Wajsberg 2013-01-16 19:22:28 +01:00
Родитель a3ccaf4eba
Коммит aa08e0a6c0
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -739,7 +739,8 @@ var AlertsHelper = {
title: title,
text: text,
appName: appName,
appIcon: appIcon
appIcon: appIcon,
manifestURL: manifestUrl
});
}