Skip to content
Rajesh Pinapala edited this page Jan 20, 2015 · 1 revision

Remove a growl message example:

var message = growl.info("This adds a info message", {title: 'Random Information'}); message.destroy();

Clone this wiki locally