Remove remaining call to extension.notification.update
This commit is contained in:
parent
7c6da5a157
commit
4c5835e0af
1 changed files with 0 additions and 5 deletions
|
@ -69,11 +69,6 @@
|
||||||
iconUrl = last.get('iconUrl');
|
iconUrl = last.get('iconUrl');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
extension.notification.update({
|
|
||||||
title : title,
|
|
||||||
message : message,
|
|
||||||
iconUrl : iconUrl
|
|
||||||
});
|
|
||||||
var notification = new Notification(title, {
|
var notification = new Notification(title, {
|
||||||
body : message,
|
body : message,
|
||||||
icon : iconUrl,
|
icon : iconUrl,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue