diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 47b8294bd..db9913c5b 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -712,7 +712,7 @@ Notification.prototype = { return false; }, - _onActionInvoked: function(actor, id) { + _onActionInvoked: function(actor, mouseButtonClicked, id) { this.emit('action-invoked', id); if (!this.resident) { // We don't hide a resident notification when the user invokes one of its actions,