Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
clearNotification: function(message) {
if ( message ) {
return this.findNotification( message );
} else {
return PNotify.removeAll();
}
}
});