Messaging to handle signalR disconnection and reconnection added

This commit is contained in:
Mark McDowall 2013-11-11 23:43:26 -08:00
parent 1a33896e05
commit 53a7ed94e1
3 changed files with 52 additions and 4 deletions

View file

@ -23,12 +23,13 @@ define(function () {
}
}
return window.Messenger().post({
return window.Messenger().post({
message : options.message,
type : options.type,
showCloseButton: true,
hideAfter : options.hideAfter,
id : options.id
id : options.id,
actions : options.actions
});
},