Remove remaining call to extension.notification.update
This commit is contained in:
@@ -69,11 +69,6 @@
|
||||
iconUrl = last.get('iconUrl');
|
||||
break;
|
||||
}
|
||||
extension.notification.update({
|
||||
title : title,
|
||||
message : message,
|
||||
iconUrl : iconUrl
|
||||
});
|
||||
var notification = new Notification(title, {
|
||||
body : message,
|
||||
icon : iconUrl,
|
||||
|
Reference in New Issue
Block a user