Merge pull request #7179 from lukasolson/expose-notifier-add

[notifier] Expose add() method to allow more customizable pop-ups
This commit is contained in:
Lukas Olson 2016-05-11 10:46:38 -07:00
commit f63d68e578

View file

@ -119,6 +119,8 @@ function add(notif, cb) {
return notif;
}
Notifier.prototype.add = add;
function formatInfo() {
let info = [];