Remove remaining call to extension.notification.update

pull/749/head
lilia 8 years ago committed by Scott Nonnenberg
parent 7c6da5a157
commit 4c5835e0af
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -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,

Loading…
Cancel
Save