Closed duellsy closed 11 years ago
When I try and set the default option for hiding the message, it seems to have no effect.
I'd like to be able to do something like this:
Messenger.options = { hideAfter: 2, showCloseButton: true }
Sorry it took me so long to get to this, I just saw it now.
Messenger.options = { messageDefaults: { hideAfter: 2 } }
should work. Please open an issue if it doesn't.
Ahhh champ, thanks.
When I try and set the default option for hiding the message, it seems to have no effect.
I'd like to be able to do something like this: